Bump omniauth-facebook from 7.0.0 to 8.0.0

Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/simi/omniauth-facebook/releases)
- [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simi/omniauth-facebook/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-04 15:11:29 +00:00
committed by Javi Martín
parent 0473f1a38b
commit 4260563964
2 changed files with 3 additions and 3 deletions

View File

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

View File

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