diff --git a/Gemfile b/Gemfile index 8f0f242..449f500 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development, :test do gem "brakeman", require: false # Use RuboCop for Ruby linting and style checking [https://github.com/rubocop/rubocop] - gem "rubocop", "~> 1.85" + gem "rubocop", "~> 1.86" # Ruby styling for Rails [https://github.com/rubocop/rubocop-rails] gem "rubocop-rails", "~> 2.34" diff --git a/Gemfile.lock b/Gemfile.lock index a1e9e01..c34b514 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,14 +77,14 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) benchmark (0.5.0) - bigdecimal (4.0.1) + bigdecimal (4.1.1) bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.4) @@ -159,7 +159,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.2) + json (2.19.3) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) @@ -203,8 +203,6 @@ GEM net-smtp marcel (1.1.0) matrix (0.4.3) - mcp (0.9.0) - json-schema (>= 4.1) method_source (1.1.0) mini_mime (1.1.5) minitest (6.0.2) @@ -242,8 +240,8 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) - parallel (1.27.0) - parser (3.3.10.2) + parallel (2.0.1) + parser (3.3.11.1) ast (~> 2.4.1) racc pg (1.6.3) @@ -323,7 +321,7 @@ GEM redis-client (>= 0.22.0) redis-client (0.28.0) connection_pool - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) responders (3.2.0) @@ -361,12 +359,11 @@ GEM rswag-ui (2.17.0) actionpack (>= 5.2, < 8.2) railties (>= 5.2, < 8.2) - rubocop (1.85.1) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - mcp (~> 0.6) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -474,7 +471,7 @@ DEPENDENCIES redis (~> 5.4, >= 5.4.1) rspec-rails (~> 6.0) rswag - rubocop (~> 1.85) + rubocop (~> 1.86) rubocop-rails (~> 2.34) shoulda-matchers solid_cable