Bump omniauth-facebook from 6.0.0 to 7.0.0 (#10086)
* Bump omniauth-facebook from 6.0.0 to 7.0.0 Bumps [omniauth-facebook](https://github.com/mkdynamic/omniauth-facebook) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/mkdynamic/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdynamic/omniauth-facebook/compare/v6.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump omniauth-facebook from 6.0.0 to 7.0.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
f02366ee23
commit
1089358163
8 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -65,7 +65,7 @@ gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser
|
|||
gem "octokit", "~> 4.16" # Simple wrapper for the GitHub API
|
||||
gem "oj", "~> 3.10" # JSON parser and object serializer
|
||||
gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider authentication
|
||||
gem "omniauth-facebook", "~> 6.0" # OmniAuth strategy for Facebook
|
||||
gem "omniauth-facebook", "~> 7.0" # OmniAuth strategy for Facebook
|
||||
gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub
|
||||
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
||||
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elasticsearch to support http keep-alive connections
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -488,7 +488,7 @@ GEM
|
|||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
oauth (0.5.4)
|
||||
oauth2 (1.4.3)
|
||||
oauth2 (1.4.4)
|
||||
faraday (>= 0.8, < 2.0)
|
||||
jwt (>= 1.0, < 3.0)
|
||||
multi_json (~> 1.3)
|
||||
|
|
@ -501,7 +501,7 @@ GEM
|
|||
omniauth (1.9.1)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 1.6.2, < 3)
|
||||
omniauth-facebook (6.0.0)
|
||||
omniauth-facebook (7.0.0)
|
||||
omniauth-oauth2 (~> 1.2)
|
||||
omniauth-github (1.4.0)
|
||||
omniauth (~> 1.5)
|
||||
|
|
@ -509,8 +509,8 @@ GEM
|
|||
omniauth-oauth (1.1.0)
|
||||
oauth
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (1.6.0)
|
||||
oauth2 (~> 1.1)
|
||||
omniauth-oauth2 (1.7.0)
|
||||
oauth2 (~> 1.4)
|
||||
omniauth (~> 1.9)
|
||||
omniauth-twitter (1.4.0)
|
||||
omniauth-oauth (~> 1.1)
|
||||
|
|
@ -930,7 +930,7 @@ DEPENDENCIES
|
|||
octokit (~> 4.16)
|
||||
oj (~> 3.10)
|
||||
omniauth (~> 1.9)
|
||||
omniauth-facebook (~> 6.0)
|
||||
omniauth-facebook (~> 7.0)
|
||||
omniauth-github (~> 1.3)
|
||||
omniauth-twitter (~> 1.4)
|
||||
patron (~> 0.13.3)
|
||||
|
|
|
|||
BIN
vendor/cache/oauth2-1.4.3.gem
vendored
BIN
vendor/cache/oauth2-1.4.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/oauth2-1.4.4.gem
vendored
Normal file
BIN
vendor/cache/oauth2-1.4.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/omniauth-facebook-6.0.0.gem
vendored
BIN
vendor/cache/omniauth-facebook-6.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-facebook-7.0.0.gem
vendored
Normal file
BIN
vendor/cache/omniauth-facebook-7.0.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/omniauth-oauth2-1.6.0.gem
vendored
BIN
vendor/cache/omniauth-oauth2-1.6.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-oauth2-1.7.0.gem
vendored
Normal file
BIN
vendor/cache/omniauth-oauth2-1.7.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue