Update omniauth-github to version 2.0.1 (#18524)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
parent
3fd4eaffdd
commit
fd6aaccc08
13 changed files with 15 additions and 10 deletions
25
Gemfile.lock
25
Gemfile.lock
|
|
@ -259,7 +259,7 @@ GEM
|
|||
i18n (>= 1.8.11, < 2)
|
||||
fakeredis (0.8.0)
|
||||
redis (~> 4.1)
|
||||
faraday (2.5.2)
|
||||
faraday (2.6.0)
|
||||
faraday-net_http (>= 2.0, < 3.1)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-cookie_jar (0.0.7)
|
||||
|
|
@ -550,12 +550,13 @@ GEM
|
|||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
oauth (0.5.10)
|
||||
oauth2 (1.4.11)
|
||||
oauth2 (2.0.9)
|
||||
faraday (>= 0.17.3, < 3.0)
|
||||
jwt (>= 1.0, < 3.0)
|
||||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 4)
|
||||
snaky_hash (~> 2.0)
|
||||
version_gem (~> 1.1)
|
||||
octokit (5.6.1)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
|
|
@ -570,20 +571,20 @@ GEM
|
|||
rack-protection (~> 2.0)
|
||||
omniauth-facebook (9.0.0)
|
||||
omniauth-oauth2 (~> 1.2)
|
||||
omniauth-github (2.0.0)
|
||||
omniauth-github (2.0.1)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-oauth2 (~> 1.7.1)
|
||||
omniauth-google-oauth2 (1.0.1)
|
||||
omniauth-oauth2 (~> 1.8)
|
||||
omniauth-google-oauth2 (1.1.1)
|
||||
jwt (>= 2.0)
|
||||
oauth2 (~> 1.1)
|
||||
oauth2 (~> 2.0.6)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-oauth2 (~> 1.7.1)
|
||||
omniauth-oauth2 (~> 1.8.0)
|
||||
omniauth-oauth (1.2.0)
|
||||
oauth
|
||||
omniauth (>= 1.0, < 3)
|
||||
omniauth-oauth2 (1.7.3)
|
||||
omniauth-oauth2 (1.8.0)
|
||||
oauth2 (>= 1.4, < 3)
|
||||
omniauth (>= 1.9, < 3)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-rails_csrf_protection (1.0.1)
|
||||
actionpack (>= 4.2)
|
||||
omniauth (~> 2.0)
|
||||
|
|
@ -831,6 +832,9 @@ GEM
|
|||
simplecov_json_formatter (0.1.4)
|
||||
slack-notifier (2.4.0)
|
||||
smart_properties (1.17.0)
|
||||
snaky_hash (2.0.1)
|
||||
hashie
|
||||
version_gem (~> 1.1, >= 1.1.1)
|
||||
solargraph (0.46.0)
|
||||
backport (~> 1.2)
|
||||
benchmark
|
||||
|
|
@ -904,6 +908,7 @@ GEM
|
|||
vault (0.17.0)
|
||||
aws-sigv4
|
||||
vcr (6.1.0)
|
||||
version_gem (1.1.1)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
warning (1.3.0)
|
||||
|
|
|
|||
BIN
vendor/cache/faraday-2.5.2.gem
vendored
BIN
vendor/cache/faraday-2.5.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/faraday-2.6.0.gem
vendored
Normal file
BIN
vendor/cache/faraday-2.6.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/oauth2-1.4.11.gem
vendored
BIN
vendor/cache/oauth2-1.4.11.gem
vendored
Binary file not shown.
BIN
vendor/cache/oauth2-2.0.9.gem
vendored
Normal file
BIN
vendor/cache/oauth2-2.0.9.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/omniauth-github-2.0.0.gem
vendored
BIN
vendor/cache/omniauth-github-2.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-github-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/omniauth-github-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/omniauth-google-oauth2-1.0.1.gem
vendored
BIN
vendor/cache/omniauth-google-oauth2-1.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-google-oauth2-1.1.1.gem
vendored
Normal file
BIN
vendor/cache/omniauth-google-oauth2-1.1.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/omniauth-oauth2-1.7.3.gem
vendored
BIN
vendor/cache/omniauth-oauth2-1.7.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/omniauth-oauth2-1.8.0.gem
vendored
Normal file
BIN
vendor/cache/omniauth-oauth2-1.8.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/snaky_hash-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/snaky_hash-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/version_gem-1.1.1.gem
vendored
Normal file
BIN
vendor/cache/version_gem-1.1.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue