diff --git a/Gemfile b/Gemfile index b7bc9109d..378699f5a 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :development do gem "rubocop-factory_bot", "~> 2.26.1", require: false gem "rubocop-performance", "~> 1.21.1", require: false gem "rubocop-rails", "~> 2.25.1", require: false - gem "rubocop-rspec", "~> 3.0.1", require: false + gem "rubocop-rspec", "~> 3.1.0", require: false gem "rubocop-rspec_rails", "~> 2.30.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false gem "spring", "~> 4.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 55bfc5deb..3361410e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -561,7 +561,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.0.3) + rubocop-rspec (3.1.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -771,7 +771,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26.1) rubocop-performance (~> 1.21.1) rubocop-rails (~> 2.25.1) - rubocop-rspec (~> 3.0.1) + rubocop-rspec (~> 3.1.0) rubocop-rspec_rails (~> 2.30.0) rvm1-capistrano3 (~> 1.4.0) sassc-embedded (~> 1.70.1)