diff --git a/Gemfile.lock b/Gemfile.lock index 80c3bae..029a014 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resend (1.0.0) + resend (1.0.1) httparty (>= 0.21.0) GEM @@ -72,7 +72,10 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + addressable (2.8.9) + 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) @@ -88,7 +91,10 @@ GEM multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) - 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) loofah (2.19.1) @@ -100,6 +106,8 @@ GEM net-pop net-smtp marcel (1.0.2) + mcp (0.8.0) + 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.5) 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.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) @@ -186,7 +196,7 @@ 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) ruby-progressbar (1.13.0)