diff --git a/Gemfile b/Gemfile index 5aa4a0a..cb1653c 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :development, :test do # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false # Code quality - gem "rubocop", "~> 1.77", require: false + gem "rubocop", "~> 1.81", require: false gem "rubocop-rails", require: false gem "rubocop-performance", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index abd0d46..876a40e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM orm_adapter (0.5.0) ostruct (0.6.3) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc pg (1.6.2) @@ -312,7 +312,7 @@ GEM actionpack (>= 7.0) railties (>= 7.0) rexml (3.4.4) - rubocop (1.81.6) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -440,7 +440,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.1.0) ransack (~> 4.3) - rubocop (~> 1.77) + rubocop (~> 1.81) rubocop-performance rubocop-rails rubocop-rails-omakase