diff --git a/Gemfile.lock b/Gemfile.lock index 8ceff29..3da9a27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,12 +11,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.1.2.1) + 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) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) async (1.30.1) console (~> 1.10) @@ -27,11 +34,15 @@ GEM async-websocket (0.8.0) async-io websocket-driver (~> 0.7.0) - concurrent-ruby (1.1.9) + base64 (0.3.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) console (1.14.0) fiber-local diff-lcs (1.4.4) docile (1.4.0) + drb (2.2.3) faraday (1.8.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -56,14 +67,19 @@ GEM fiber-local (1.0.0) gli (2.20.1) hashie (5.0.0) - i18n (1.8.11) + i18n (1.14.8) concurrent-ruby (~> 1.0) - minitest (5.14.4) + json (2.19.2) + logger (1.7.0) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) multipart-post (2.1.1) nio4r (2.5.8) parallel (1.21.0) parser (3.0.3.1) ast (~> 2.4.1) + prism (1.9.0) rainbow (3.0.0) rake (13.0.6) redis (4.5.1) @@ -100,6 +116,7 @@ GEM rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) + securerandom (0.4.1) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -114,13 +131,13 @@ GEM websocket-driver timecop (0.9.4) timers (4.3.3) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) + uri (1.1.1) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.5.1) PLATFORMS ruby