Skip to content

Commit

Permalink
Rspec version fixation
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Dec 24, 2013
1 parent 887f141 commit 7b86817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chewy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rspec', '~> 2.14'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'kaminari'
spec.add_development_dependency 'activerecord', '>= 3.2'
Expand Down

0 comments on commit 7b86817

Please sign in to comment.