Skip to content

Commit

Permalink
Merge pull request #1388 from graudeejs/master
Browse files Browse the repository at this point in the history
Use tilt 1.4.0+ (fixes haml & UTF-8 issue #519)
  • Loading branch information
DAddYE committed Aug 31, 2013
2 parents 681dfbf + e5ff35d commit 920e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
# s.post_install_message << " as shown here:\e[0m https://gist.github.com/1d36a35794dbbd664ea4"
# s.post_install_message << "\n\e[32m" + ("*" * 20) + "\n\e[0m"

s.add_dependency("tilt", "~> 1.3.7")
s.add_dependency("tilt", "~> 1.4.0")
if ENV["SINATRA_EDGE"]
s.add_dependency("sinatra")
else
Expand Down

0 comments on commit 920e45b

Please sign in to comment.