Skip to content

Commit

Permalink
Loosen the rspec gem dependency version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Mar 23, 2012
1 parent b5bf191 commit 450cb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemnasium-parser.gemspec
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
gem.version = Gemnasium::Parser::VERSION

gem.add_development_dependency "rake", ">= 0.8.7"
gem.add_development_dependency "rspec", "~> 2.7"
gem.add_development_dependency "rspec", "~> 2.4"
end

0 comments on commit 450cb95

Please sign in to comment.