1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Updated Rails 3.1.x deps

This commit is contained in:
Norman Clarke 2012-04-13 11:35:29 -03:00
parent e4510a94b7
commit 7783627a58
2 changed files with 47 additions and 49 deletions

View file

@ -1,2 +1 @@
--- --- {}
BUNDLE_DISABLE_SHARED_GEMS: "1"

View file

@ -1,52 +1,50 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (3.1.0) actionmailer (3.1.4)
actionpack (= 3.1.0) actionpack (= 3.1.4)
mail (~> 2.3.0) mail (~> 2.3.0)
actionpack (3.1.0) actionpack (3.1.4)
activemodel (= 3.1.0) activemodel (= 3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
i18n (~> 0.6) i18n (~> 0.6)
rack (~> 1.3.2) rack (~> 1.3.6)
rack-cache (~> 1.0.3) rack-cache (~> 1.1)
rack-mount (~> 0.8.2) rack-mount (~> 0.8.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.0.0) sprockets (~> 2.0.3)
activemodel (3.1.0) activemodel (3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
bcrypt-ruby (~> 3.0.0)
builder (~> 3.0.0) builder (~> 3.0.0)
i18n (~> 0.6) i18n (~> 0.6)
activerecord (3.1.0) activerecord (3.1.4)
activemodel (= 3.1.0) activemodel (= 3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
arel (~> 2.2.1) arel (~> 2.2.3)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.1.0) activeresource (3.1.4)
activemodel (= 3.1.0) activemodel (= 3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
activesupport (3.1.0) activesupport (3.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (2.2.1) arel (2.2.3)
bcrypt-ruby (3.0.1)
builder (3.0.0) builder (3.0.0)
erubis (2.7.0) erubis (2.7.0)
hike (1.2.1) hike (1.2.1)
hpricot (0.8.4) hpricot (0.8.6)
i18n (0.6.0) i18n (0.6.0)
json (1.6.1) json (1.6.6)
mail (2.3.0) mail (2.3.3)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.16) mime-types (1.18)
multi_json (1.0.3) multi_json (1.2.0)
polyglot (0.3.2) polyglot (0.3.3)
rack (1.3.3) rack (1.3.6)
rack-cache (1.0.3) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
rack-mount (0.8.3) rack-mount (0.8.3)
rack (>= 1.0.0) rack (>= 1.0.0)
@ -54,37 +52,38 @@ GEM
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rails (3.1.0) rails (3.1.4)
actionmailer (= 3.1.0) actionmailer (= 3.1.4)
actionpack (= 3.1.0) actionpack (= 3.1.4)
activerecord (= 3.1.0) activerecord (= 3.1.4)
activeresource (= 3.1.0) activeresource (= 3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.1.0) railties (= 3.1.4)
railties (3.1.0) railties (3.1.4)
actionpack (= 3.1.0) actionpack (= 3.1.4)
activesupport (= 3.1.0) activesupport (= 3.1.4)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.6) thor (~> 0.14.6)
rake (0.9.2) rake (0.9.2.2)
rdoc (3.9.4) rdoc (3.12)
ruby_parser (2.3.0) json (~> 1.4)
ruby_parser (2.3.1)
sexp_processor (~> 3.0) sexp_processor (~> 3.0)
sass (3.1.7) sass (3.1.15)
sexp_processor (3.0.6) sexp_processor (3.1.0)
sprockets (2.0.0) sprockets (2.0.3)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1) tilt (~> 1.1, != 1.3.0)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.29) tzinfo (0.3.33)
PLATFORMS PLATFORMS
ruby ruby