Skip to content

Commit 0f895f4

Browse files
committed
Stick on older versions of Tilt.
1 parent 289c0d1 commit 0f895f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pith.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919
gem.version = Pith::VERSION.dup
2020
gem.platform = Gem::Platform::RUBY
2121

22-
gem.add_runtime_dependency("tilt", ">= 1.3")
22+
gem.add_runtime_dependency("tilt", "~> 1.3")
2323
gem.add_runtime_dependency("rack", ">= 1.2.1")
2424
gem.add_runtime_dependency("thin", ">= 1.2.7")
2525
gem.add_runtime_dependency("clamp", ">= 0.3.0")

0 commit comments

Comments
 (0)