diff --git a/Gemfile.lock b/Gemfile.lock index 494aea7..a61b289 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,27 +8,26 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.0.2) + activesupport (8.1.2) base64 - benchmark (>= 0.3) 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) + addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.3.1) - concurrent-ruby (1.3.5) - connection_pool (2.5.3) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) contracts (0.17.3) crack (1.0.1) bigdecimal @@ -56,18 +55,25 @@ GEM faraday-net_http (3.4.2) net-http (~> 0.5) hashdiff (1.2.1) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) irb (1.16.0) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.1) + json (2.19.1) + json-schema (6.2.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - minitest (5.25.5) + mcp (0.8.0) + json-schema (>= 4.1) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) net-http (0.9.1) uri (>= 0.11.1) net-ldap (0.20.0) @@ -89,9 +95,9 @@ GEM psych (5.3.1) date stringio - public_suffix (7.0.0) + public_suffix (7.0.5) racc (1.8.1) - rack (3.1.20) + rack (3.2.5) rainbow (3.1.1) rake (13.3.1) rdoc (7.0.3) @@ -115,10 +121,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.84.2) + rubocop (1.85.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) + mcp (~> 0.6) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -126,10 +133,10 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-github (0.26.0) + rubocop-github (0.27.0) rubocop (>= 1.76) rubocop-performance (>= 1.24) rubocop-rails (>= 2.23) @@ -137,7 +144,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.32.0) + rubocop-rails (2.34.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) diff --git a/vendor/cache/activesupport-8.0.2.gem b/vendor/cache/activesupport-8.0.2.gem deleted file mode 100644 index 24b4935..0000000 Binary files a/vendor/cache/activesupport-8.0.2.gem and /dev/null differ diff --git a/vendor/cache/activesupport-8.1.2.gem b/vendor/cache/activesupport-8.1.2.gem new file mode 100644 index 0000000..d96e98f Binary files /dev/null and b/vendor/cache/activesupport-8.1.2.gem differ diff --git a/vendor/cache/addressable-2.8.8.gem b/vendor/cache/addressable-2.8.8.gem deleted file mode 100644 index bee9c05..0000000 Binary files a/vendor/cache/addressable-2.8.8.gem and /dev/null differ diff --git a/vendor/cache/addressable-2.8.9.gem b/vendor/cache/addressable-2.8.9.gem new file mode 100644 index 0000000..dd5ba13 Binary files /dev/null and b/vendor/cache/addressable-2.8.9.gem differ diff --git a/vendor/cache/benchmark-0.4.1.gem b/vendor/cache/benchmark-0.4.1.gem deleted file mode 100644 index 90cd272..0000000 Binary files a/vendor/cache/benchmark-0.4.1.gem and /dev/null differ diff --git a/vendor/cache/bigdecimal-3.3.1.gem b/vendor/cache/bigdecimal-3.3.1.gem deleted file mode 100644 index 7899e47..0000000 Binary files a/vendor/cache/bigdecimal-3.3.1.gem and /dev/null differ diff --git a/vendor/cache/bigdecimal-4.0.1.gem b/vendor/cache/bigdecimal-4.0.1.gem new file mode 100644 index 0000000..598e339 Binary files /dev/null and b/vendor/cache/bigdecimal-4.0.1.gem differ diff --git a/vendor/cache/concurrent-ruby-1.3.5.gem b/vendor/cache/concurrent-ruby-1.3.5.gem deleted file mode 100644 index 1cd9f52..0000000 Binary files a/vendor/cache/concurrent-ruby-1.3.5.gem and /dev/null differ diff --git a/vendor/cache/concurrent-ruby-1.3.6.gem b/vendor/cache/concurrent-ruby-1.3.6.gem new file mode 100644 index 0000000..5689df5 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.3.6.gem differ diff --git a/vendor/cache/connection_pool-2.5.3.gem b/vendor/cache/connection_pool-2.5.3.gem deleted file mode 100644 index 23c398f..0000000 Binary files a/vendor/cache/connection_pool-2.5.3.gem and /dev/null differ diff --git a/vendor/cache/connection_pool-3.0.2.gem b/vendor/cache/connection_pool-3.0.2.gem new file mode 100644 index 0000000..119b294 Binary files /dev/null and b/vendor/cache/connection_pool-3.0.2.gem differ diff --git a/vendor/cache/i18n-1.14.7.gem b/vendor/cache/i18n-1.14.7.gem deleted file mode 100644 index 9307337..0000000 Binary files a/vendor/cache/i18n-1.14.7.gem and /dev/null differ diff --git a/vendor/cache/i18n-1.14.8.gem b/vendor/cache/i18n-1.14.8.gem new file mode 100644 index 0000000..b02cd68 Binary files /dev/null and b/vendor/cache/i18n-1.14.8.gem differ diff --git a/vendor/cache/json-2.18.1.gem b/vendor/cache/json-2.18.1.gem deleted file mode 100644 index 40ae6f1..0000000 Binary files a/vendor/cache/json-2.18.1.gem and /dev/null differ diff --git a/vendor/cache/json-2.19.1.gem b/vendor/cache/json-2.19.1.gem new file mode 100644 index 0000000..0c52efb Binary files /dev/null and b/vendor/cache/json-2.19.1.gem differ diff --git a/vendor/cache/json-schema-6.2.0.gem b/vendor/cache/json-schema-6.2.0.gem new file mode 100644 index 0000000..7be6b45 Binary files /dev/null and b/vendor/cache/json-schema-6.2.0.gem differ diff --git a/vendor/cache/mcp-0.8.0.gem b/vendor/cache/mcp-0.8.0.gem new file mode 100644 index 0000000..3c7b2af Binary files /dev/null and b/vendor/cache/mcp-0.8.0.gem differ diff --git a/vendor/cache/minitest-5.25.5.gem b/vendor/cache/minitest-5.25.5.gem deleted file mode 100644 index 2ffec49..0000000 Binary files a/vendor/cache/minitest-5.25.5.gem and /dev/null differ diff --git a/vendor/cache/minitest-6.0.2.gem b/vendor/cache/minitest-6.0.2.gem new file mode 100644 index 0000000..bd03baa Binary files /dev/null and b/vendor/cache/minitest-6.0.2.gem differ diff --git a/vendor/cache/public_suffix-7.0.0.gem b/vendor/cache/public_suffix-7.0.0.gem deleted file mode 100644 index f733f90..0000000 Binary files a/vendor/cache/public_suffix-7.0.0.gem and /dev/null differ diff --git a/vendor/cache/public_suffix-7.0.5.gem b/vendor/cache/public_suffix-7.0.5.gem new file mode 100644 index 0000000..43aa67e Binary files /dev/null and b/vendor/cache/public_suffix-7.0.5.gem differ diff --git a/vendor/cache/rack-3.1.20.gem b/vendor/cache/rack-3.1.20.gem deleted file mode 100644 index 0a5a3ef..0000000 Binary files a/vendor/cache/rack-3.1.20.gem and /dev/null differ diff --git a/vendor/cache/rack-3.2.5.gem b/vendor/cache/rack-3.2.5.gem new file mode 100644 index 0000000..145bc44 Binary files /dev/null and b/vendor/cache/rack-3.2.5.gem differ diff --git a/vendor/cache/rubocop-1.84.2.gem b/vendor/cache/rubocop-1.84.2.gem deleted file mode 100644 index 67fbe0a..0000000 Binary files a/vendor/cache/rubocop-1.84.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.85.1.gem b/vendor/cache/rubocop-1.85.1.gem new file mode 100644 index 0000000..8f60363 Binary files /dev/null and b/vendor/cache/rubocop-1.85.1.gem differ diff --git a/vendor/cache/rubocop-ast-1.49.0.gem b/vendor/cache/rubocop-ast-1.49.0.gem deleted file mode 100644 index eac8c6d..0000000 Binary files a/vendor/cache/rubocop-ast-1.49.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-ast-1.49.1.gem b/vendor/cache/rubocop-ast-1.49.1.gem new file mode 100644 index 0000000..a372961 Binary files /dev/null and b/vendor/cache/rubocop-ast-1.49.1.gem differ diff --git a/vendor/cache/rubocop-github-0.26.0.gem b/vendor/cache/rubocop-github-0.26.0.gem deleted file mode 100644 index dfd9b23..0000000 Binary files a/vendor/cache/rubocop-github-0.26.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-github-0.27.0.gem b/vendor/cache/rubocop-github-0.27.0.gem new file mode 100644 index 0000000..af647a2 Binary files /dev/null and b/vendor/cache/rubocop-github-0.27.0.gem differ diff --git a/vendor/cache/rubocop-rails-2.32.0.gem b/vendor/cache/rubocop-rails-2.32.0.gem deleted file mode 100644 index 257d7b7..0000000 Binary files a/vendor/cache/rubocop-rails-2.32.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.34.3.gem b/vendor/cache/rubocop-rails-2.34.3.gem new file mode 100644 index 0000000..8dfe44d Binary files /dev/null and b/vendor/cache/rubocop-rails-2.34.3.gem differ