diff --git a/Gemfile b/Gemfile index a66ce8b..f465d8e 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ group :development, :test do gem "brakeman", require: false # Code style and linting - gem "rubocop", "~> 1.63.0", require: false + gem "rubocop", "~> 1.81.6", require: false gem "rubocop-rails", "~> 2.24.0", require: false gem "rubocop-rspec", "~> 2.29.0", require: false gem "rubocop-performance", "~> 1.21.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..5d28fc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.13.2) + json (2.15.1) kamal (2.7.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -146,6 +146,7 @@ GEM thor (~> 1.3) zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.5) + lint_roller (1.1.0) logger (1.7.0) loofah (2.24.1) crass (~> 1.0.2) @@ -203,7 +204,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.6.0) propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -262,10 +263,9 @@ GEM rdoc (6.14.2) erb psych (>= 4.0.0) - regexp_parser (2.11.0) + regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) - rexml (3.4.1) rspec-core (3.13.5) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) @@ -283,18 +283,18 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.4) - rubocop (1.63.5) + rubocop (1.81.6) 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) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.46.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.21.0) @@ -354,7 +354,9 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) uri (1.0.3) useragent (0.16.11) web-console (4.2.1) @@ -397,7 +399,7 @@ DEPENDENCIES rails (~> 8.0.2) rails-controller-testing (~> 1.0) rspec-rails (~> 8.0.1) - rubocop (~> 1.63.0) + rubocop (~> 1.81.6) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0)