Skip to content

Commit

Permalink
Add constraint ruby version because rake 10.2 does not support Ruby 1.8
Browse files Browse the repository at this point in the history
anymore
  • Loading branch information
mizzy committed Mar 27, 2014
1 parent eb57057 commit 64b3072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "highline"
spec.add_runtime_dependency "specinfra", ">= 0.7.1"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake", "~> 10.1.1"
spec.add_development_dependency "octorelease"
end

0 comments on commit 64b3072

Please sign in to comment.