Bump omniauth-facebook from 8.0.0 to 9.0.0 (#15186)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
add1b9e4db
commit
6076dc8b9b
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,7 +61,7 @@ gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API
|
|||
gem "oj", "~> 3.13" # JSON parser and object serializer
|
||||
gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication
|
||||
gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple
|
||||
gem "omniauth-facebook", "~> 8.0" # OmniAuth strategy for Facebook
|
||||
gem "omniauth-facebook", "~> 9.0" # OmniAuth strategy for Facebook
|
||||
gem "omniauth-github", "~> 2.0" # OmniAuth strategy for GitHub
|
||||
gem "omniauth-rails_csrf_protection", "~> 1.0" # Provides CSRF protection on OmniAuth request endpoint on Rails application.
|
||||
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
||||
|
|
|
|||
|
|
@ -514,7 +514,7 @@ GEM
|
|||
omniauth-apple (1.0.2)
|
||||
jwt
|
||||
omniauth-oauth2
|
||||
omniauth-facebook (8.0.0)
|
||||
omniauth-facebook (9.0.0)
|
||||
omniauth-oauth2 (~> 1.2)
|
||||
omniauth-github (2.0.0)
|
||||
omniauth (~> 2.0)
|
||||
|
|
@ -957,7 +957,7 @@ DEPENDENCIES
|
|||
oj (~> 3.13)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-apple (~> 1.0)
|
||||
omniauth-facebook (~> 8.0)
|
||||
omniauth-facebook (~> 9.0)
|
||||
omniauth-github (~> 2.0)
|
||||
omniauth-rails_csrf_protection (~> 1.0)
|
||||
omniauth-twitter (~> 1.4)
|
||||
|
|
|
|||
BIN
vendor/cache/omniauth-facebook-8.0.0.gem
vendored
BIN
vendor/cache/omniauth-facebook-8.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-facebook-9.0.0.gem
vendored
Normal file
BIN
vendor/cache/omniauth-facebook-9.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue