Skip to content

Commit

Permalink
Semantic versioning of some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Mar 7, 2016
1 parent 8963bbd commit 25298f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Gem::Specification.new do |spec|
spec.add_dependency "thor", "~> 0.18"
spec.add_dependency "tco", "~> 0.1"
spec.add_dependency "octokit", "~> 3.3"
spec.add_dependency "rack", "~> 1.6.4"
spec.add_dependency "thin", "~> 1.6.3"
spec.add_dependency "rack", "~> 1.6", ">= 1.6.4"
spec.add_dependency "thin", "~> 1.6", ">= 1.6.3"

spec.add_development_dependency "bundler", "~> 1.11.2"
spec.add_development_dependency "bundler", "~> 1.11", ">= 1.11.2"
spec.add_development_dependency "rake", "~> 10.3"
spec.add_development_dependency "rspec", "~> 3.1"
end

0 comments on commit 25298f9

Please sign in to comment.