Bump omniauth-facebook from 8.0.0 to 9.0.0

Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 8.0.0 to 9.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/v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: omniauth-facebook
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-25 22:33:00 +00:00
committed by Javi Martín
parent 9e0c09ebe1
commit d71394e0a4
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 "kaminari", "~> 1.2.2"
gem "mini_magick", "~> 4.11.0" gem "mini_magick", "~> 4.11.0"
gem "omniauth", "~> 2.1.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-google-oauth2", "~> 1.0.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"

View File

@@ -423,7 +423,7 @@ GEM
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
omniauth-facebook (8.0.0) omniauth-facebook (9.0.0)
omniauth-oauth2 (~> 1.2) omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (1.0.1) omniauth-google-oauth2 (1.0.1)
jwt (>= 2.0) jwt (>= 2.0)
@@ -763,7 +763,7 @@ DEPENDENCIES
mdl (~> 0.11.0) mdl (~> 0.11.0)
mini_magick (~> 4.11.0) mini_magick (~> 4.11.0)
omniauth (~> 2.1.0) omniauth (~> 2.1.0)
omniauth-facebook (~> 8.0.0) omniauth-facebook (~> 9.0.0)
omniauth-google-oauth2 (~> 1.0.1) omniauth-google-oauth2 (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)