diff --git a/Gemfile b/Gemfile index fed7b6c37..52da7ea35 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ group :development, :ci, :test do gem 'listen' gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console - gem 'rubocop', '~> 1.48.1' + gem 'rubocop', '~> 1.55.1' gem 'rubocop-rails', '~> 2.18' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.19' diff --git a/Gemfile.lock b/Gemfile.lock index 106927198..8fcfd3ada 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,6 +242,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) + 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) @@ -288,9 +289,10 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) - parallel (1.22.1) - parser (3.2.2.0) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc pg (1.4.6) power_assert (2.0.3) premailer (1.18.0) @@ -359,7 +361,7 @@ GEM rails (>= 5.2) rainbow (~> 3.0) webpacker (>= 4.2) - regexp_parser (2.7.0) + regexp_parser (2.8.1) reline (0.3.3) io-console (~> 0.5) request_store (1.5.1) @@ -372,7 +374,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -395,17 +397,18 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.12.0) - rubocop (1.48.1) + rubocop (1.55.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.28.0) + rubocop-ast (1.29.0) parser (>= 3.2.1.0) rubocop-capybara (2.17.1) rubocop (~> 1.41) @@ -542,7 +545,7 @@ DEPENDENCIES rspec (~> 3.12.0) rspec-json_expectations (~> 2) rspec-rails (~> 4.1.2) - rubocop (~> 1.48.1) + rubocop (~> 1.55.1) rubocop-rails (~> 2.18) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.19)