diff --git a/backend/Gemfile b/backend/Gemfile index d84eefd..6a13631 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -11,7 +11,7 @@ gem "omniauth", "~> 2.1" gem "omniauth-auth0", "~> 3.2" group :development do - gem "rubocop", "~> 1.87", require: false + gem "rubocop", "~> 1.88", require: false gem "rubocop-performance", "~> 1.24", require: false end diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 60e6426..a93a7c2 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -25,7 +25,7 @@ GEM net-http (~> 0.5) hashie (5.1.0) logger - json (2.19.8) + json (2.19.9) json-schema (5.2.2) addressable (~> 2.8) bigdecimal (~> 3.1) @@ -100,7 +100,7 @@ GEM rainbow (3.1.1) rake (13.4.2) regexp_parser (2.12.0) - rubocop (1.87.0) + rubocop (1.88.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -155,7 +155,7 @@ DEPENDENCIES rack-cors (~> 3.0) rack-test (~> 2.2) rake (~> 13.4) - rubocop (~> 1.87) + rubocop (~> 1.88) rubocop-performance (~> 1.24) sinatra (~> 4.0)