Skip to content

Commit

Permalink
Lock rubocop-rspec to 1.8.0
Browse files Browse the repository at this point in the history
Newer versions add new cops which cause our suite to fail.
  • Loading branch information
jcoyne committed Jan 4, 2017
1 parent 406a96b commit 4a7f89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sufia.gemspec
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "equivalent-xml", '~> 0.5'
spec.add_development_dependency "jasmine", '~> 2.3'
spec.add_development_dependency 'rubocop', '~> 0.42.0'
spec.add_development_dependency 'rubocop-rspec', '~> 1.5'
spec.add_development_dependency 'rubocop-rspec', '~> 1.8.0'
spec.add_development_dependency 'shoulda-matchers', '~> 3.1'
spec.add_development_dependency 'rails-controller-testing', '~> 0'
end

0 comments on commit 4a7f89c

Please sign in to comment.