diff --git a/Gemfile b/Gemfile index 0377e2959..733a8b422 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "invisible_captcha", "~> 2.3.0" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.13.2" gem "omniauth", "~> 2.1.2" -gem "omniauth-facebook", "~> 9.0.0" +gem "omniauth-facebook", "~> 10.0.0" gem "omniauth-google-oauth2", "~> 1.1.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 561942e7a..f070be6be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,8 @@ GEM rdoc reline (>= 0.4.2) json (2.7.2) - jwt (2.7.1) + jwt (2.9.3) + base64 kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -356,7 +357,8 @@ GEM mixlib-shellout (3.2.7) chef-utils multi_json (1.15.0) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) mutex_m (0.2.0) net-http (0.4.1) uri @@ -396,8 +398,9 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-facebook (9.0.0) - omniauth-oauth2 (~> 1.2) + omniauth-facebook (10.0.0) + bigdecimal + omniauth-oauth2 (>= 1.2, < 3) omniauth-google-oauth2 (1.1.1) jwt (>= 2.0) oauth2 (~> 2.0.6) @@ -459,7 +462,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.9) + rack (2.2.10) rack-accept (0.4.5) rack (>= 0.4) rack-protection (3.2.0) @@ -665,7 +668,7 @@ GEM unicode-display_width (2.6.0) uri (0.13.1) uuidtools (2.2.0) - version_gem (1.1.3) + version_gem (1.1.4) view_component (3.11.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) @@ -749,7 +752,7 @@ DEPENDENCIES mdl (~> 0.13.0) mini_magick (~> 4.13.2) omniauth (~> 2.1.2) - omniauth-facebook (~> 9.0.0) + omniauth-facebook (~> 10.0.0) omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0)