Skip to content

Commit

Permalink
Pin rubocop-rspec to 1.8
Browse files Browse the repository at this point in the history
Because newer cops break our test suite
  • Loading branch information
jcoyne committed Jan 4, 2017
1 parent 5bb0be6 commit b416721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "coveralls"
s.add_development_dependency "simplecov"
s.add_development_dependency "rubocop"
s.add_development_dependency "rubocop-rspec"
s.add_development_dependency "rubocop-rspec", '~> 1.8.0'
end

0 comments on commit b416721

Please sign in to comment.