Merge pull request #4107 from consul/dependabot/bundler/omniauth-facebook-7.0.0

Bump omniauth-facebook from 4.0.0 to 7.0.0
This commit is contained in:
Javier Martín
2020-08-27 15:43:44 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ gem "jquery-ui-rails", "~> 6.0.1"
gem "kaminari", "~> 1.2.1"
gem "newrelic_rpm", "~> 4.1.0.333"
gem "omniauth", "~> 1.9.1"
gem "omniauth-facebook", "~> 4.0.0"
gem "omniauth-facebook", "~> 7.0.0"
gem "omniauth-google-oauth2", "~> 0.8.0"
gem "omniauth-rails_csrf_protection", "~> 0.1.2"
gem "omniauth-twitter", "~> 1.4.0"

View File

@@ -370,7 +370,7 @@ GEM
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-facebook (4.0.0)
omniauth-facebook (7.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.8.0)
jwt (>= 2.0)
@@ -671,7 +671,7 @@ DEPENDENCIES
mdl (~> 0.11.0)
newrelic_rpm (~> 4.1.0.333)
omniauth (~> 1.9.1)
omniauth-facebook (~> 4.0.0)
omniauth-facebook (~> 7.0.0)
omniauth-google-oauth2 (~> 0.8.0)
omniauth-rails_csrf_protection (~> 0.1.2)
omniauth-twitter (~> 1.4.0)