Update omniauth-google-oauth2 to version 1.2.1
This commit is contained in:
parent
a7c5639cdd
commit
4f4cf8183f
1 changed files with 40 additions and 43 deletions
83
Gemfile.lock
83
Gemfile.lock
|
|
@ -199,25 +199,12 @@ GEM
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faker (2.18.0)
|
faker (2.18.0)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
faraday (1.7.0)
|
faraday (2.13.4)
|
||||||
faraday-em_http (~> 1.0)
|
faraday-net_http (>= 2.0, < 3.5)
|
||||||
faraday-em_synchrony (~> 1.0)
|
json
|
||||||
faraday-excon (~> 1.1)
|
logger
|
||||||
faraday-httpclient (~> 1.0.1)
|
faraday-net_http (3.4.1)
|
||||||
faraday-net_http (~> 1.0)
|
net-http (>= 0.5.0)
|
||||||
faraday-net_http_persistent (~> 1.1)
|
|
||||||
faraday-patron (~> 1.0)
|
|
||||||
faraday-rack (~> 1.0)
|
|
||||||
multipart-post (>= 1.2, < 3)
|
|
||||||
ruby2_keywords (>= 0.0.4)
|
|
||||||
faraday-em_http (1.0.0)
|
|
||||||
faraday-em_synchrony (1.0.0)
|
|
||||||
faraday-excon (1.1.0)
|
|
||||||
faraday-httpclient (1.0.1)
|
|
||||||
faraday-net_http (1.0.1)
|
|
||||||
faraday-net_http_persistent (1.2.0)
|
|
||||||
faraday-patron (1.0.0)
|
|
||||||
faraday-rack (1.0.0)
|
|
||||||
fastimage (2.2.5)
|
fastimage (2.2.5)
|
||||||
feature (1.4.0)
|
feature (1.4.0)
|
||||||
ffi (1.15.3)
|
ffi (1.15.3)
|
||||||
|
|
@ -245,7 +232,7 @@ GEM
|
||||||
sysexits (~> 1.1)
|
sysexits (~> 1.1)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashery (2.1.2)
|
hashery (2.1.2)
|
||||||
hashie (4.1.0)
|
hashie (5.0.0)
|
||||||
html2haml (2.2.0)
|
html2haml (2.2.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
haml (>= 4.0, < 6)
|
haml (>= 4.0, < 6)
|
||||||
|
|
@ -286,7 +273,8 @@ GEM
|
||||||
json-schema (2.8.1)
|
json-schema (2.8.1)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
jsonapi-renderer (0.2.2)
|
jsonapi-renderer (0.2.2)
|
||||||
jwt (2.2.3)
|
jwt (3.1.2)
|
||||||
|
base64
|
||||||
language_server-protocol (3.17.0.5)
|
language_server-protocol (3.17.0.5)
|
||||||
launchy (2.5.2)
|
launchy (2.5.2)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
|
|
@ -336,9 +324,11 @@ GEM
|
||||||
monetize (~> 1.9.0)
|
monetize (~> 1.9.0)
|
||||||
money (~> 6.13.2)
|
money (~> 6.13.2)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
multi_json (1.15.0)
|
multi_json (1.17.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.7.2)
|
||||||
multipart-post (2.1.1)
|
bigdecimal (~> 3.1)
|
||||||
|
net-http (0.6.0)
|
||||||
|
uri
|
||||||
net-imap (0.5.9)
|
net-imap (0.5.9)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
|
|
@ -355,29 +345,31 @@ GEM
|
||||||
nokogiri (1.18.9)
|
nokogiri (1.18.9)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oauth2 (1.4.7)
|
oauth2 (2.0.12)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.17.3, < 4.0)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 4.0)
|
||||||
multi_json (~> 1.3)
|
logger (~> 1.2)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 4)
|
||||||
omniauth (2.0.4)
|
snaky_hash (~> 2.0, >= 2.0.3)
|
||||||
|
version_gem (>= 1.1.8, < 3)
|
||||||
|
omniauth (2.1.3)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 2.2.3)
|
||||||
rack-protection
|
rack-protection
|
||||||
omniauth-facebook (8.0.0)
|
omniauth-facebook (8.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
omniauth-github (2.0.0)
|
omniauth-github (2.0.1)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
omniauth-oauth2 (~> 1.7.1)
|
omniauth-oauth2 (~> 1.8)
|
||||||
omniauth-google-oauth2 (1.0.0)
|
omniauth-google-oauth2 (1.2.1)
|
||||||
jwt (>= 2.0)
|
jwt (>= 2.9.2)
|
||||||
oauth2 (~> 1.1)
|
oauth2 (~> 2.0)
|
||||||
|
omniauth (~> 2.0)
|
||||||
|
omniauth-oauth2 (~> 1.8)
|
||||||
|
omniauth-oauth2 (1.8.0)
|
||||||
|
oauth2 (>= 1.4, < 3)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
omniauth-oauth2 (~> 1.7.1)
|
|
||||||
omniauth-oauth2 (1.7.1)
|
|
||||||
oauth2 (~> 1.4)
|
|
||||||
omniauth (>= 1.9, < 3)
|
|
||||||
omniauth-openid (2.0.1)
|
omniauth-openid (2.0.1)
|
||||||
omniauth (>= 1.0, < 3.0)
|
omniauth (>= 1.0, < 3.0)
|
||||||
rack-openid (~> 1.4.0)
|
rack-openid (~> 1.4.0)
|
||||||
|
|
@ -430,8 +422,9 @@ GEM
|
||||||
rack-openid (1.4.2)
|
rack-openid (1.4.2)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
rack-protection (2.1.0)
|
rack-protection (3.2.0)
|
||||||
rack
|
base64 (>= 0.1.0)
|
||||||
|
rack (~> 2.2, >= 2.2.4)
|
||||||
rack-session (1.0.2)
|
rack-session (1.0.2)
|
||||||
rack (< 3)
|
rack (< 3)
|
||||||
rack-test (2.2.0)
|
rack-test (2.2.0)
|
||||||
|
|
@ -566,7 +559,6 @@ GEM
|
||||||
ruby-rc4 (0.1.5)
|
ruby-rc4 (0.1.5)
|
||||||
ruby-vips (2.1.2)
|
ruby-vips (2.1.2)
|
||||||
ffi (~> 1.12)
|
ffi (~> 1.12)
|
||||||
ruby2_keywords (0.0.5)
|
|
||||||
ruby_parser (3.17.0)
|
ruby_parser (3.17.0)
|
||||||
sexp_processor (~> 4.15, >= 4.15.1)
|
sexp_processor (~> 4.15, >= 4.15.1)
|
||||||
rubyzip (2.4.1)
|
rubyzip (2.4.1)
|
||||||
|
|
@ -603,6 +595,9 @@ GEM
|
||||||
simplecov (~> 0.8)
|
simplecov (~> 0.8)
|
||||||
simplecov-html (0.12.3)
|
simplecov-html (0.12.3)
|
||||||
simplecov_json_formatter (0.1.3)
|
simplecov_json_formatter (0.1.3)
|
||||||
|
snaky_hash (2.0.3)
|
||||||
|
hashie (>= 0.1.0, < 6)
|
||||||
|
version_gem (>= 1.1.8, < 3)
|
||||||
sprockets (4.0.2)
|
sprockets (4.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
|
|
@ -640,7 +635,9 @@ GEM
|
||||||
unicode-emoji (4.0.4)
|
unicode-emoji (4.0.4)
|
||||||
unobtrusive_flash (3.3.1)
|
unobtrusive_flash (3.3.1)
|
||||||
railties
|
railties
|
||||||
|
uri (1.0.3)
|
||||||
useragent (0.16.11)
|
useragent (0.16.11)
|
||||||
|
version_gem (1.1.8)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
web-console (4.1.0)
|
web-console (4.1.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue