diff --git a/Gemfile b/Gemfile index 76c5ae680..9dd37828e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.11.0" gem "omniauth", "~> 2.1.0" -gem "omniauth-facebook", "~> 8.0.0" +gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index da0829a5d..4d2271ec8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-facebook (8.0.0) + omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (1.0.1) jwt (>= 2.0) @@ -763,7 +763,7 @@ DEPENDENCIES mdl (~> 0.11.0) mini_magick (~> 4.11.0) omniauth (~> 2.1.0) - omniauth-facebook (~> 8.0.0) + omniauth-facebook (~> 9.0.0) omniauth-google-oauth2 (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0)