diff --git a/Gemfile.lock b/Gemfile.lock index 3c23919..e111fb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,46 +6,65 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.0.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - ast (2.4.2) - concurrent-ruby (1.2.2) - diff-lcs (1.4.4) - ffi (1.15.4) - i18n (1.12.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + ast (2.4.3) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) + diff-lcs (1.6.0) + drb (2.2.1) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) + i18n (1.14.7) concurrent-ruby (~> 1.0) - language_server-protocol (3.16.0.3) - listen (3.7.0) + language_server-protocol (3.17.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - minitest (5.18.0) - parallel (1.21.0) - parser (3.0.3.0) + logger (1.6.6) + minitest (5.25.5) + parallel (1.26.3) + parser (3.3.7.2) ast (~> 2.4.1) - rainbow (3.0.0) - rake (13.0.6) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) + racc + racc (1.8.1) + rainbow (3.1.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) ffi (~> 1.0) - rbs (1.7.1) - regexp_parser (2.1.1) - rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rbs (3.9.0) + logger + regexp_parser (2.10.0) + rexml (3.4.1) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.3) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.3) + rspec-support (~> 3.13.0) + rspec-support (3.13.2) rubocop (1.23.0) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -55,13 +74,14 @@ GEM rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.13.0) - parser (>= 3.0.1.1) + rubocop-ast (1.41.0) + parser (>= 3.3.7.2) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (2.6.0) rubocop (~> 1.19) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) + securerandom (0.4.1) steep (0.46.0) activesupport (>= 5.1) language_server-protocol (>= 3.15, < 4.0) @@ -75,10 +95,12 @@ GEM unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) - yard (0.9.26) + unicode-display_width (2.6.0) + uri (1.0.3) + yard (0.9.37) PLATFORMS + arm64-darwin-24 x86_64-darwin-19 x86_64-darwin-20 x86_64-linux @@ -95,4 +117,4 @@ DEPENDENCIES yard (~> 0.9.0) BUNDLED WITH - 2.2.32 + 2.6.6