diff --git a/Gemfile b/Gemfile index d6cec4d8..3ff921fe 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do gem 'better_errors' gem 'binding_of_caller' # Needed by better_errors to enable html console - gem 'rubocop', '~> 1.48', require: false + gem 'rubocop', '~> 1.56', require: false gem 'rubocop-performance', '~> 1.16', require: false gem 'rubocop-rails', '~> 2.18', require: false gem 'rubocop-rspec', '~> 2.19', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3077065a..e6a64508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,7 @@ GEM airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) + base64 (0.1.1) bcrypt (3.1.18) better_errors (2.9.1) coderay (>= 1.0.0) @@ -162,6 +163,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) + language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) loofah (2.21.3) @@ -200,9 +202,10 @@ GEM paper_trail (14.0.0) activerecord (>= 6.0) request_store (~> 1.4) - parallel (1.22.1) - parser (3.2.1.1) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc pg (1.5.3) pg_search (2.3.6) activerecord (>= 5.2) @@ -251,13 +254,13 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.7.0) + regexp_parser (2.8.1) request_store (1.5.1) rack (>= 1.4) responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.1) rspec-support (~> 3.12.0) rspec-expectations (3.12.2) @@ -275,17 +278,19 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.12.0) - rubocop (1.48.1) + rubocop (1.56.0) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.26.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.27.0) + rubocop-ast (1.29.0) parser (>= 3.2.1.0) rubocop-capybara (2.17.1) rubocop (~> 1.41) @@ -362,7 +367,7 @@ DEPENDENCIES pundit rails (~> 7.0.5) rspec-rails - rubocop (~> 1.48) + rubocop (~> 1.56) rubocop-performance (~> 1.16) rubocop-rails (~> 2.18) rubocop-rspec (~> 2.19)