Skip to content

Commit 5a084dc

Browse files
committed
Avoid problem with peer dependency
rubocop-rspec_rails is a new dependency of rubocop-rspec. Its HttpStatus cop only exists if the rake gem is present (!!!!!) Causes this error: Error: unrecognized cop or department RSpecRails/HttpStatus found in .../gems/rubocop-rspec_rails-2.28.1/config/default.yml
1 parent 009dec5 commit 5a084dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group :development do
66
gem "aruba", ">= 0.0.0"
77
gem "pry-byebug"
88
gem "rspec", ">= 3.0.0"
9-
gem "rubocop-rspec"
9+
gem "rubocop-rspec", "2.27.1"
1010
gem "simplecov"
1111
gem "webrick"
1212
gem "yard"

0 commit comments

Comments
 (0)