diff --git a/Gemfile b/Gemfile index 811b91088..55b3e1af3 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :development, :ci, :test do 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.44.1' - gem 'rubocop-rails', '~> 2.17' + gem 'rubocop-rails', '~> 2.18' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.18' gem 'shoulda-matchers', '~> 5.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6dae1e507..aed0c2e5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM builder (3.2.4) chronic (0.10.2) colorize (0.8.1) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) connection_pool (2.2.5) console (1.13.1) fiber-local @@ -289,7 +289,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) parallel (1.22.1) - parser (3.2.0.0) + parser (3.2.1.0) ast (~> 2.4.1) pg (1.4.5) power_assert (2.0.2) @@ -357,7 +357,7 @@ GEM rails (>= 5.2) rainbow (~> 3.0) webpacker (>= 4.2) - regexp_parser (2.6.2) + regexp_parser (2.7.0) reline (0.3.2) io-console (~> 0.5) request_store (1.5.1) @@ -403,11 +403,11 @@ GEM rubocop-ast (>= 1.24.1, < 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.26.0) + parser (>= 3.2.1.0) rubocop-capybara (2.17.0) rubocop (~> 1.41) - rubocop-rails (2.17.4) + rubocop-rails (2.18.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -490,7 +490,7 @@ GEM activejob (>= 4.0.0) wisper wisper-rspec (1.1.0) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS ruby @@ -541,7 +541,7 @@ DEPENDENCIES rspec-json_expectations (~> 2) rspec-rails (~> 4.1.2) rubocop (~> 1.44.1) - rubocop-rails (~> 2.17) + rubocop-rails (~> 2.18) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.18) sassc (~> 2.0, >= 2.0.1)