security update: rails 3.0.20

This commit is contained in:
Emi Matchu 2013-01-28 15:34:44 -06:00
parent eab14e31fd
commit 8d24304ff5
17 changed files with 26 additions and 26 deletions

View file

@ -1,6 +1,6 @@
source 'http://rubygems.org'
gem 'rails', '3.0.19'
gem 'rails', '3.0.20'
#gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3'
gem 'compass', '~> 0.10.1'

View file

@ -80,12 +80,12 @@ GEM
open4
Platform (0.4.0)
abstract (1.0.0)
actionmailer (3.0.19)
actionpack (= 3.0.19)
actionmailer (3.0.20)
actionpack (= 3.0.20)
mail (~> 2.2.19)
actionpack (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
actionpack (3.0.20)
activemodel (= 3.0.20)
activesupport (= 3.0.20)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
@ -93,19 +93,19 @@ GEM
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.19)
activesupport (= 3.0.19)
activemodel (3.0.20)
activesupport (= 3.0.20)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
activerecord (3.0.20)
activemodel (= 3.0.20)
activesupport (= 3.0.20)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
activesupport (3.0.19)
activeresource (3.0.20)
activemodel (= 3.0.20)
activesupport (= 3.0.20)
activesupport (3.0.20)
addressable (2.3.2)
arel (2.0.10)
bcrypt-ruby (2.1.4)
@ -192,17 +192,17 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.19)
actionmailer (= 3.0.19)
actionpack (= 3.0.19)
activerecord (= 3.0.19)
activeresource (= 3.0.19)
activesupport (= 3.0.19)
rails (3.0.20)
actionmailer (= 3.0.20)
actionpack (= 3.0.20)
activerecord (= 3.0.20)
activeresource (= 3.0.20)
activesupport (= 3.0.20)
bundler (~> 1.0)
railties (= 3.0.19)
railties (3.0.19)
actionpack (= 3.0.19)
activesupport (= 3.0.19)
railties (= 3.0.20)
railties (3.0.20)
actionpack (= 3.0.20)
activesupport (= 3.0.20)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
@ -306,7 +306,7 @@ DEPENDENCIES
parallel (~> 0.5.17)
patron (~> 0.4.18)
rack-fiber_pool
rails (= 3.0.19)
rails (= 3.0.20)
rdiscount (~> 1.6.5)
resque (~> 1.23.0)
resque-retry (~> 0.1.0)

Binary file not shown.

BIN
vendor/cache/actionmailer-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionpack-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activemodel-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activerecord-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activeresource-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activesupport-3.0.20.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/railties-3.0.20.gem vendored Normal file

Binary file not shown.