Update omniauth-google-oauth2 to version 1.1.2 (#20933)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2024-05-09 11:28:50 -04:00 committed by GitHub
parent 34df26c847
commit f77e3487f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 18 additions and 12 deletions

View file

@ -108,6 +108,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws_cf_signer (0.1.3) aws_cf_signer (0.1.3)
backport (1.2.0) backport (1.2.0)
base64 (0.2.0)
bcrypt (3.1.19) bcrypt (3.1.19)
benchmark (0.3.0) benchmark (0.3.0)
benchmark-ips (2.10.0) benchmark-ips (2.10.0)
@ -271,9 +272,8 @@ GEM
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
fakeredis (0.8.0) fakeredis (0.8.0)
redis (~> 4.1) redis (~> 4.1)
faraday (2.7.6) faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.1) faraday-net_http (>= 2.0, < 3.2)
ruby2_keywords (>= 0.0.4)
faraday-cookie_jar (0.0.7) faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0) faraday (>= 0.8.0)
http-cookie (~> 1.0.0) http-cookie (~> 1.0.0)
@ -286,7 +286,8 @@ GEM
zlib (~> 2.1) zlib (~> 2.1)
faraday-http-cache (2.5.0) faraday-http-cache (2.5.0)
faraday (>= 0.8) faraday (>= 0.8)
faraday-net_http (3.0.2) faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0) faraday-net_http_persistent (2.1.0)
faraday (~> 2.5) faraday (~> 2.5)
net-http-persistent (~> 4.0) net-http-persistent (~> 4.0)
@ -445,7 +446,8 @@ GEM
addressable (>= 2.4) addressable (>= 2.4)
jsonapi-serializer (2.2.0) jsonapi-serializer (2.2.0)
activesupport (>= 4.2) activesupport (>= 4.2)
jwt (2.5.0) jwt (2.8.1)
base64
kaminari (1.2.2) kaminari (1.2.2)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2) kaminari-actionview (= 1.2.2)
@ -530,12 +532,15 @@ GEM
redis (>= 3.0) redis (>= 3.0)
msgpack (1.7.2) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.2.3) multipart-post (2.2.3)
nakayoshi_fork (0.0.4) nakayoshi_fork (0.0.4)
naught (1.1.0) naught (1.1.0)
nenv (0.3.0) nenv (0.3.0)
nesty (1.0.2) nesty (1.0.2)
net-http (0.4.1)
uri
net-http-persistent (4.0.1) net-http-persistent (4.0.1)
connection_pool (~> 2.2) connection_pool (~> 2.2)
net-http2 (0.18.4) net-http2 (0.18.4)
@ -588,11 +593,11 @@ GEM
omniauth-github (2.0.1) omniauth-github (2.0.1)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8) omniauth-oauth2 (~> 1.8)
omniauth-google-oauth2 (1.1.1) omniauth-google-oauth2 (1.1.2)
jwt (>= 2.0) jwt (>= 2.0)
oauth2 (~> 2.0.6) oauth2 (~> 2.0)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8.0) omniauth-oauth2 (~> 1.8)
omniauth-oauth (1.2.0) omniauth-oauth (1.2.0)
oauth oauth
omniauth (>= 1.0, < 3) omniauth (>= 1.0, < 3)
@ -641,7 +646,8 @@ GEM
rack (>= 2.0.0) rack (>= 2.0.0)
rack-host-redirect (1.3.0) rack-host-redirect (1.3.0)
rack rack
rack-protection (3.1.0) rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4) rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2) rack-session (1.0.2)
rack (< 3) rack (< 3)
@ -803,7 +809,6 @@ GEM
ruby-statistics (3.0.0) ruby-statistics (3.0.0)
ruby-vips (2.2.1) ruby-vips (2.2.1)
ffi (~> 1.12) ffi (~> 1.12)
ruby2_keywords (0.0.5)
ruby2ruby (2.5.0) ruby2ruby (2.5.0)
ruby_parser (~> 3.1) ruby_parser (~> 3.1)
sexp_processor (~> 4.6) sexp_processor (~> 4.6)
@ -935,13 +940,14 @@ GEM
unaccent (0.4.0) unaccent (0.4.0)
unicode-display_width (2.5.0) unicode-display_width (2.5.0)
uniform_notifier (1.16.0) uniform_notifier (1.16.0)
uri (0.13.0)
validate_url (1.0.15) validate_url (1.0.15)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
vault (0.18.2) vault (0.18.2)
aws-sigv4 aws-sigv4
vcr (6.2.0) vcr (6.2.0)
version_gem (1.1.1) version_gem (1.1.4)
warden (1.2.9) warden (1.2.9)
rack (>= 2.0.9) rack (>= 2.0.9)
warning (1.3.0) warning (1.3.0)

BIN
vendor/cache/base64-0.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/faraday-2.9.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/faraday-net_http-3.1.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/jwt-2.8.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/multi_xml-0.7.1.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/net-http-0.4.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rack-protection-3.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/uri-0.13.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/version_gem-1.1.4.gem vendored Normal file

Binary file not shown.