diff --git a/Gemfile b/Gemfile index 5064be107..174abe9c2 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :development, :test do gem 'rubocop-rspec_rails', '~> 2.30', require: false gem 'rubocop-capybara', '~> 2.21', require: false gem 'rubocop-factory_bot', '~> 2.26', require: false - gem 'rubocop-rails', '~> 2.27', require: false + gem 'rubocop-rails', '~> 2.29', require: false # Database cleaner for cleaning the database after tests/before seeding. gem 'database_cleaner', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5a89913c0..5255961ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) @@ -126,8 +126,8 @@ GEM xpath (~> 3.2) childprocess (5.0.0) coderay (1.1.3) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crack (1.0.0) bigdecimal rexml @@ -190,7 +190,7 @@ GEM rouge (>= 3.0) hashdiff (1.1.1) htmlentities (4.3.4) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) @@ -208,7 +208,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - json (2.9.0) + json (2.9.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -270,7 +270,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -355,7 +355,7 @@ GEM rexml (~> 3.2) rdoc (6.9.0) psych (>= 4.0.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) reline (0.5.12) io-console (~> 0.5) request_store (1.7.0) @@ -392,7 +392,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -401,7 +401,7 @@ GEM rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.27.0) + rubocop-rails (2.29.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -483,7 +483,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.2) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) unicode-types (1.9.0) @@ -567,7 +567,7 @@ DEPENDENCIES rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26) rubocop-performance (~> 1.23) - rubocop-rails (~> 2.27) + rubocop-rails (~> 2.29) rubocop-rspec (~> 3.3) rubocop-rspec_rails (~> 2.30) ruby-progressbar (~> 1.13)