We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289c0d1 commit 0f895f4Copy full SHA for 0f895f4
pith.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
19
gem.version = Pith::VERSION.dup
20
gem.platform = Gem::Platform::RUBY
21
22
- gem.add_runtime_dependency("tilt", ">= 1.3")
+ gem.add_runtime_dependency("tilt", "~> 1.3")
23
gem.add_runtime_dependency("rack", ">= 1.2.1")
24
gem.add_runtime_dependency("thin", ">= 1.2.7")
25
gem.add_runtime_dependency("clamp", ">= 0.3.0")
0 commit comments