diff --git a/Gemfile b/Gemfile index ffbc0e3ce..85f8a1c33 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :development do gem 'capistrano3-delayed-job', '~> 1.7.3' gem 'mdl', '~> 0.4.0', require: false gem 'rubocop', '~> 0.53.0', require: false - gem 'rubocop-rspec', '~> 1.22.1', require: false + gem 'rubocop-rspec', '~> 1.24.0', require: false gem 'rvm1-capistrano3', '~> 1.4.0', require: false gem 'scss_lint', '~> 0.54.0', require: false gem 'web-console', '~> 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index dca5dadf6..8d206f2d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,8 +386,8 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-rspec (1.22.1) - rubocop (>= 0.52.1) + rubocop-rspec (1.24.0) + rubocop (>= 0.53.0) ruby-progressbar (1.9.0) rubyzip (1.2.1) rvm1-capistrano3 (1.4.0) @@ -551,7 +551,7 @@ DEPENDENCIES rollbar (~> 2.15.5) rspec-rails (~> 3.6) rubocop (~> 0.53.0) - rubocop-rspec (~> 1.22.1) + rubocop-rspec (~> 1.24.0) rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4) savon (~> 2.11.1)