diff --git a/Gemfile b/Gemfile index 8a3ca95b9..299609ef8 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.61.0', require: false -gem 'rubocop-rspec', '2.30.0', require: false +gem 'rubocop-rspec', '3.0.0', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index afbd69020..0fee4449a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) openssl (3.2.0) - parallel (1.24.0) + parallel (1.25.1) parser (3.3.2.0) ast (~> 2.4.1) racc @@ -168,8 +168,8 @@ GEM io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.0) + strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -200,16 +200,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-rspec (2.30.0) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) + rubocop-rspec (3.0.0) rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -293,7 +284,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.1.2) rubocop (= 1.61.0) - rubocop-rspec (= 2.30.0) + rubocop-rspec (= 3.0.0) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)