Skip to content

Commit

Permalink
Require tilt >= 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 22, 2011
1 parent 605dfc5 commit acd33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|

s.add_dependency "hike", "~> 1.0"
s.add_dependency "rack", "~> 1.0"
s.add_dependency "tilt", ["~> 1.0", "!= 1.3.0"]
s.add_dependency "tilt", ["~> 1.1", "!= 1.3.0"]

s.add_development_dependency "coffee-script"
s.add_development_dependency "ejs"
Expand Down

0 comments on commit acd33d0

Please sign in to comment.