Update haml dependency to version 3.2.0.alpha

This commit is contained in:
Erik Michaels-Ober 2011-07-11 10:11:07 -07:00
parent aad550a5fa
commit 780bba8044
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc4'
gem 'coffee-script'
gem 'devise'
gem 'geokit'
gem 'haml'
gem 'haml', '~> 3.2.0.alpha'
gem 'therubyracer', :platforms => :ruby
gem 'uglifier'

View File

@ -52,7 +52,7 @@ GEM
execjs (1.2.0)
multi_json (~> 1.0)
geokit (1.6.0)
haml (3.1.2)
haml (3.2.0.alpha.8)
hike (1.1.0)
i18n (0.6.0)
jruby-openssl (0.7.4)
@ -99,7 +99,7 @@ GEM
sprockets (2.0.0.beta.10)
hike (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.3)
therubyracer (0.9.2)
libv8 (~> 3.3.10)
@ -129,7 +129,7 @@ DEPENDENCIES
coffee-script
devise
geokit
haml
haml (~> 3.2.0.alpha)
jruby-openssl
pg
rails (= 3.1.0.rc4)