diff --git a/Gemfile b/Gemfile index 3591cd5..857485f 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development do gem 'listen', '~> 3.3' gem 'rack-mini-profiler', '~> 3.0' gem 'rails_real_favicon', '~> 0.1.1' - gem 'rubocop', '~> 1.40', require: false + gem 'rubocop', '~> 1.61', require: false # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] # gem "rack-mini-profiler", ">= 2.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index f7f4eb1..8488b1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,8 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.6.3) + json (2.7.1) + language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -178,9 +179,10 @@ GEM nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) - parallel (1.22.1) - parser (3.2.0.0) + parallel (1.24.0) + parser (3.3.0.5) ast (~> 2.4.1) + racc pg (1.4.5) pry (0.14.2) coderay (~> 1.1) @@ -212,13 +214,13 @@ GEM redis-client (>= 0.9.0) redis-client (0.17.0) connection_pool - regexp_parser (2.6.2) + regexp_parser (2.9.0) reline (0.3.2) io-console (~> 0.5) responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.0) rspec-support (~> 3.12.0) rspec-expectations (3.12.2) @@ -236,18 +238,19 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.12.0) - rubocop (1.43.0) + rubocop (1.61.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + 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.24.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.24.1) - parser (>= 3.1.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.17.0) rubocop (~> 1.41) rubocop-rails (2.17.4) @@ -257,7 +260,7 @@ GEM rubocop-rspec (2.18.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) rubyzip (2.3.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -306,7 +309,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -349,7 +352,7 @@ DEPENDENCIES rails_real_favicon (~> 0.1.1) redis (~> 5.0, >= 5.0.7) rspec-rails (~> 6.0) - rubocop (~> 1.40) + rubocop (~> 1.61) rubocop-rails (~> 2.17) rubocop-rspec (~> 2.7) sass-rails (~> 6.0)