diff --git a/Gemfile.lock b/Gemfile.lock index f2b1aed..c338424 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,49 +1,99 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + activesupport (8.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) + bigdecimal (4.0.1) chronic (0.10.2) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) declarative (0.0.10) declarative-option (0.1.0) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - google-api-client (0.29.1) + drb (2.2.3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + gems (1.3.0) + google-api-client (0.53.0) + google-apis-core (~> 0.1) + google-apis-generator (~> 0.1) + google-apis-core (0.18.0) addressable (~> 2.5, >= 2.5.1) - googleauth (>= 0.5, < 0.10.0) - httpclient (>= 2.8.1, < 3.0) - mime-types (~> 3.0) + googleauth (~> 1.9) + httpclient (>= 2.8.3, < 3.a) + mini_mime (~> 1.0) + mutex_m representable (~> 3.0) - retriable (>= 2.0, < 4.0) - signet (~> 0.10) - googleauth (0.8.1) - faraday (~> 0.12) - jwt (>= 1.4, < 3.0) - memoist (~> 0.16) + retriable (>= 2.0, < 4.a) + google-apis-discovery_v1 (0.20.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-generator (0.18.0) + activesupport (>= 5.0) + gems (~> 1.2) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-discovery_v1 (~> 0.18) + thor (>= 0.20, < 2.a) + google-cloud-env (2.3.1) + base64 (~> 0.2) + faraday (>= 1.0, < 3.a) + google-logging-utils (0.2.0) + googleauth (1.16.1) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.2) + google-logging-utils (~> 0.1) + jwt (>= 1.4, < 4.0) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.7) + signet (>= 0.16, < 2.a) httpclient (2.8.3) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.18.1) jwt (2.1.0) - memoist (0.16.0) - mime-types (3.2.2) - mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + logger (1.7.0) + mini_mime (1.1.5) + minitest (6.0.1) + prism (~> 1.5) multi_json (1.13.1) - multipart-post (2.1.1) + mutex_m (0.3.0) + net-http (0.9.1) + uri (>= 0.11.1) os (1.0.1) + prism (1.9.0) public_suffix (3.0.3) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) uber (< 0.2.0) retriable (3.1.2) - signet (0.11.0) - addressable (~> 2.3) - faraday (~> 0.9) - jwt (>= 1.5, < 3.0) + securerandom (0.4.1) + signet (0.21.0) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.a) + jwt (>= 1.5, < 4.0) multi_json (~> 1.10) + thor (1.5.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) uber (0.1.0) + uri (1.1.1) whenever (0.11.0) chronic (>= 0.6.3)