diff --git a/src/supermarket/Gemfile b/src/supermarket/Gemfile index 75d2348fc9..e107d5776c 100644 --- a/src/supermarket/Gemfile +++ b/src/supermarket/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 6.1.4" gem "omniauth", "~> 2.0.0" gem "omniauth-chef-oauth2" gem "omniauth-github", "~> 2.0.0" -gem "omniauth-oauth2", "~> 1.7.1" +gem "omniauth-oauth2", "~> 1.7.2" gem "omniauth-rails_csrf_protection" gem "coderay" # markdown doc - syntax highlighting diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index 29af9489a8..2173918474 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -333,7 +333,7 @@ GEM activesupport (>= 5.0.0) jmespath (1.4.0) json (2.5.1) - jwt (2.2.3) + jwt (2.3.0) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -460,7 +460,7 @@ GEM omniauth-github (2.0.0) omniauth (~> 2.0) omniauth-oauth2 (~> 1.7.1) - omniauth-oauth2 (1.7.1) + omniauth-oauth2 (1.7.2) oauth2 (~> 1.4) omniauth (>= 1.9, < 3) omniauth-rails_csrf_protection (1.0.0) @@ -822,7 +822,7 @@ DEPENDENCIES omniauth (~> 2.0.0) omniauth-chef-oauth2 omniauth-github (~> 2.0.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (~> 1.7.2) omniauth-rails_csrf_protection paperclip pg