diff --git a/Gemfile b/Gemfile index 1ea12079..3adefb9d 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ group :development, :test do gem 'rubocop', '~> 1.56.4' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rails', '~> 2.19.1', '>= 2.19.1' - gem 'rubocop-rspec', '~> 2.22.0', '>= 1.43.2' # or gem 'rubocop-minitest' + gem 'rubocop-rspec', '~> 2.24.1' # or gem 'rubocop-minitest' gem 'brakeman', '~> 6.0.1' end diff --git a/Gemfile.lock b/Gemfile.lock index c0da32cf..5b072c9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,9 +299,9 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) @@ -310,7 +310,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.22.0) + rubocop-rspec (2.24.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -346,7 +346,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -392,7 +392,7 @@ DEPENDENCIES rubocop (~> 1.56.4) rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.19.1, >= 2.19.1) - rubocop-rspec (~> 2.22.0, >= 1.43.2) + rubocop-rspec (~> 2.24.1) simplecov (~> 0.22.0, >= 0.16.1) spring (~> 4.1.1) spring-watcher-listen (~> 2.1.0)