Skip to content

Commit

Permalink
Specify rspec version in gemspec
Browse files Browse the repository at this point in the history
refs #22
  • Loading branch information
trptcolin committed Sep 23, 2014
1 parent a7a8455 commit 82cdea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consistency_fail.gemspec
Expand Up @@ -22,7 +22,7 @@ EOF
s.license = "MIT"

s.add_development_dependency "activerecord", "~>3.0"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec", "~>3.1"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 82cdea1

Please sign in to comment.