diff --git a/Gemfile.lock b/Gemfile.lock index 80c3bae..a09c01a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,10 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) + bigdecimal (4.0.1) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) @@ -89,6 +92,9 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.18.1) + json-schema (6.1.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) loofah (2.19.1) @@ -100,6 +106,8 @@ GEM net-pop net-smtp marcel (1.0.2) + mcp (0.7.1) + json-schema (>= 4.1) method_source (1.0.0) mini_mime (1.1.2) mini_portile2 (2.8.1) @@ -119,7 +127,7 @@ GEM mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.27.0) - parser (3.3.10.1) + parser (3.3.10.2) ast (~> 2.4.1) racc prism (1.9.0) @@ -129,6 +137,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) + public_suffix (7.0.2) racc (1.8.1) rack (2.2.5) rack-test (2.0.2) @@ -175,10 +184,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.0) 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)