Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Depend on tilt 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Apr 28, 2011
1 parent 7875a20 commit 466c2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brochure.gemspec
Expand Up @@ -12,7 +12,7 @@ spec = Gem::Specification.new do |s|

s.add_dependency "hike", "~> 1.0"
s.add_dependency "rack", "~> 1.0"
s.add_dependency "tilt", ">= 1.1.0"
s.add_dependency "tilt", "~> 1.1"

s.add_development_dependency "rack-test"
s.add_development_dependency "haml"
Expand Down

0 comments on commit 466c2c4

Please sign in to comment.