Merge pull request #4948 from consul/dependabot/bundler/master/omniauth-facebook-9.0.0

Bump omniauth-facebook from 8.0.0 to 9.0.0
This commit is contained in:
Javi Martín
2022-10-07 15:33:32 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)