diff --git a/Gemfile b/Gemfile index 19cf0f7..b32ff8e 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :development, :test do gem "brakeman", require: false gem "rubocop", "~> 1.71", require: false - gem "rubocop-rails", "~> 2.29", require: false + gem "rubocop-rails", "~> 2.30", require: false # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false gem "rubocop-rspec", "~> 3.4", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 60ba3b5..5bf341c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.9.1) + json (2.10.1) kamal (2.5.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -196,7 +196,8 @@ GEM ffi (~> 1.0) libddwaf (1.18.0.0.0-x86_64-linux) ffi (~> 1.0) - logger (1.6.5) + lint_roller (1.1.0) + logger (1.6.6) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -243,7 +244,7 @@ GEM orm_adapter (0.5.0) ostruct (0.6.1) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -343,9 +344,10 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.71.2) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -368,11 +370,12 @@ GEM rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.29.1) + rubocop-rails (2.30.0) activesupport (>= 4.2.0) + lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.52.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) rubocop-rails-omakase (1.0.0) rubocop rubocop-minitest @@ -508,7 +511,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-faker (~> 1.2) rubocop-performance (~> 1.23) - rubocop-rails (~> 2.29) + rubocop-rails (~> 2.30) rubocop-rails-omakase rubocop-rspec (~> 3.4) rubocop-rspec_rails (~> 2.30)