diff --git a/Gemfile.lock b/Gemfile.lock index ac7f555..1291130 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,26 +10,39 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.8) - activesupport (= 6.1.7.8) - activerecord (6.1.7.8) - activemodel (= 6.1.7.8) - activesupport (= 6.1.7.8) - activesupport (6.1.7.8) + activemodel (7.1.5) + activesupport (= 7.1.5) + activerecord (7.1.5) + activemodel (= 7.1.5) + activesupport (= 7.1.5) + timeout (>= 0.4.0) + activesupport (7.1.5) + base64 + benchmark (>= 0.3) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) + mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) + base64 (0.2.0) + benchmark (0.3.0) + bigdecimal (3.1.8) byebug (11.1.3) childprocess (5.0.0) coderay (1.1.3) colorize (1.1.0) - concurrent-ruby (1.3.3) - i18n (1.14.5) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + drb (2.2.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) @@ -41,6 +54,7 @@ GEM minitest (5.24.1) mocha (2.4.0) ruby2_keywords (>= 0.0.5) + mutex_m (0.2.0) nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) parallel (1.25.1) @@ -83,16 +97,17 @@ GEM sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.1) shoulda-context (3.0.0.rc1) shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sorbet-runtime (0.5.11478) sqlite3 (1.7.3-x86_64-linux) strscan (3.1.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - zeitwerk (2.6.16) PLATFORMS x86_64-linux