diff --git a/Gemfile b/Gemfile index e17eaa4ca3..a09dc350b3 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :development do gem 'rubocop', '~> 1.56', require: false gem 'rubocop-performance', '~> 1.19', require: false gem 'rubocop-rails', '~> 2.22', require: false - gem 'rubocop-rspec', '~> 2.24', require: false + gem 'rubocop-rspec', '~> 2.25', require: false gem 'web-console', '~> 4.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 89fda1c86b..9343581e66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,8 +475,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.24.1) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) @@ -634,7 +634,7 @@ DEPENDENCIES rubocop (~> 1.56) rubocop-performance (~> 1.19) rubocop-rails (~> 2.22) - rubocop-rspec (~> 2.24) + rubocop-rspec (~> 2.25) ruby-progressbar (~> 1.13) sass-rails (~> 6.0) seed-fu (~> 2.3)