rails update o' the day - 3.2.12

This commit is contained in:
joshua stein 2013-02-11 21:55:24 -06:00
parent d971e2072f
commit e4ec8939c2
2 changed files with 34 additions and 34 deletions

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "rails", "3.2.11" gem "rails", "3.2.12"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem "rails", :git => "git://github.com/rails/rails.git" # gem "rails", :git => "git://github.com/rails/rails.git"

View file

@ -1,31 +1,31 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (3.2.11) actionmailer (3.2.12)
actionpack (= 3.2.11) actionpack (= 3.2.12)
mail (~> 2.4.4) mail (~> 2.4.4)
actionpack (3.2.11) actionpack (3.2.12)
activemodel (= 3.2.11) activemodel (= 3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.4) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.5)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.2.1) sprockets (~> 2.2.1)
activemodel (3.2.11) activemodel (3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.11) activerecord (3.2.12)
activemodel (= 3.2.11) activemodel (= 3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.11) activeresource (3.2.12)
activemodel (= 3.2.11) activemodel (= 3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
activesupport (3.2.11) activesupport (3.2.12)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
@ -45,36 +45,36 @@ GEM
jquery-rails (2.1.4) jquery-rails (2.1.4)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.7.6) json (1.7.7)
kgio (2.7.4) kgio (2.7.4)
machinist (2.0) machinist (2.0)
mail (2.4.4) mail (2.4.4)
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.19) mime-types (1.21)
multi_json (1.5.0) multi_json (1.5.1)
mysql2 (0.3.11) mysql2 (0.3.11)
nokogiri (1.5.6) nokogiri (1.5.6)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.3) rack (1.4.5)
rack-cache (1.2) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
rack-ssl (1.3.2) rack-ssl (1.3.3)
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.11) rails (3.2.12)
actionmailer (= 3.2.11) actionmailer (= 3.2.12)
actionpack (= 3.2.11) actionpack (= 3.2.12)
activerecord (= 3.2.11) activerecord (= 3.2.12)
activeresource (= 3.2.11) activeresource (= 3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.11) railties (= 3.2.12)
railties (3.2.11) railties (3.2.12)
actionpack (= 3.2.11) actionpack (= 3.2.12)
activesupport (= 3.2.11) activesupport (= 3.2.12)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
@ -82,7 +82,7 @@ GEM
raindrops (0.10.0) raindrops (0.10.0)
rake (10.0.3) rake (10.0.3)
rdiscount (1.6.8) rdiscount (1.6.8)
rdoc (3.12) rdoc (3.12.1)
json (~> 1.4) json (~> 1.4)
riddle (1.5.4) riddle (1.5.4)
rspec-core (2.12.2) rspec-core (2.12.2)
@ -106,7 +106,7 @@ GEM
activerecord (>= 3.0.3) activerecord (>= 3.0.3)
builder (>= 2.1.2) builder (>= 2.1.2)
riddle (>= 1.5.2) riddle (>= 1.5.2)
thor (0.16.0) thor (0.17.0)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.12) treetop (1.4.12)
polyglot polyglot
@ -132,7 +132,7 @@ DEPENDENCIES
machinist machinist
mysql2 mysql2
nokogiri nokogiri
rails (= 3.2.11) rails (= 3.2.12)
rdiscount rdiscount
rspec-rails (~> 2.6) rspec-rails (~> 2.6)
sqlite3 sqlite3