Skip to content

Commit

Permalink
Use ~> instead of > in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Guinther committed Mar 17, 2015
1 parent 78e949a commit 4ea7ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pry_test_case.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "> 0"
spec.add_development_dependency "pry", "> 0"
spec.add_development_dependency "rake", "~> 0"
spec.add_development_dependency "pry", "~> 0"
end

0 comments on commit 4ea7ed0

Please sign in to comment.