Upgrade Haml, bowing to the will of the masses

This commit is contained in:
Samuel Cochran 2013-03-12 10:11:11 +11:00
parent 2e7f9562df
commit 6605fc266f
2 changed files with 17 additions and 16 deletions

View File

@ -4,7 +4,7 @@ PATH
mailcatcher (0.5.10)
activesupport (~> 3.0)
eventmachine (~> 1.0.0)
haml (~> 3.1)
haml (>= 3.1, < 5)
mail (~> 2.3)
sinatra (~> 1.2)
skinny (~> 0.2.3)
@ -14,7 +14,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.8)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
chunky_png (1.2.6)
@ -27,41 +27,42 @@ GEM
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.9)
eventmachine (1.0.0)
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
fssm (0.2.9)
haml (3.1.7)
i18n (0.6.1)
haml (4.0.0)
tilt
i18n (0.6.4)
json (1.7.5)
mail (2.4.4)
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
mime-types (1.21)
multi_json (1.3.6)
polyglot (0.3.3)
rack (1.4.1)
rack-protection (1.2.0)
rack (1.5.2)
rack-protection (1.4.0)
rack
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sass (3.2.1)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
skinny (0.2.3)
eventmachine (~> 1.0.0)
thin (~> 1.5.0)
sqlite3 (1.3.6)
sqlite3 (1.3.7)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
treetop (1.4.10)
tilt (1.3.5)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)

View File

@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "eventmachine", "~> 1.0.0"
s.add_dependency "haml", "~> 3.1"
s.add_dependency "haml", ">= 3.1", "< 5"
s.add_dependency "mail", "~> 2.3"
s.add_dependency "sinatra", "~> 1.2"
s.add_dependency "sqlite3", "~> 1.3"