1
0
Fork 0
forked from OpenNeo/impress

security upgrade to rails 3.0.19

This commit is contained in:
Emi Matchu 2013-01-08 20:39:44 -06:00
parent 1571a10500
commit df5c7fe3d4
20 changed files with 27 additions and 27 deletions

View file

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

View file

@ -56,12 +56,12 @@ GEM
open4 open4
Platform (0.4.0) Platform (0.4.0)
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.18) actionmailer (3.0.19)
actionpack (= 3.0.18) actionpack (= 3.0.19)
mail (~> 2.2.19) mail (~> 2.2.19)
actionpack (3.0.18) actionpack (3.0.19)
activemodel (= 3.0.18) activemodel (= 3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.5.0) i18n (~> 0.5.0)
@ -69,19 +69,19 @@ GEM
rack-mount (~> 0.6.14) rack-mount (~> 0.6.14)
rack-test (~> 0.5.7) rack-test (~> 0.5.7)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.18) activemodel (3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.5.0) i18n (~> 0.5.0)
activerecord (3.0.18) activerecord (3.0.19)
activemodel (= 3.0.18) activemodel (= 3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
arel (~> 2.0.10) arel (~> 2.0.10)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.18) activeresource (3.0.19)
activemodel (= 3.0.18) activemodel (= 3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
activesupport (3.0.18) activesupport (3.0.19)
addressable (2.2.6) addressable (2.2.6)
arel (2.0.10) arel (2.0.10)
bcrypt-ruby (2.1.4) bcrypt-ruby (2.1.4)
@ -153,23 +153,23 @@ GEM
ruby-hmac ruby-hmac
parallel (0.5.17) parallel (0.5.17)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.2.5) rack (1.2.6)
rack-fiber_pool (0.9.2) rack-fiber_pool (0.9.2)
rack-mount (0.6.14) rack-mount (0.6.14)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (0.5.7) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.18) rails (3.0.19)
actionmailer (= 3.0.18) actionmailer (= 3.0.19)
actionpack (= 3.0.18) actionpack (= 3.0.19)
activerecord (= 3.0.18) activerecord (= 3.0.19)
activeresource (= 3.0.18) activeresource (= 3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.0.18) railties (= 3.0.19)
railties (3.0.18) railties (3.0.19)
actionpack (= 3.0.18) actionpack (= 3.0.19)
activesupport (= 3.0.18) activesupport (= 3.0.19)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.4) thor (~> 0.14.4)
@ -266,7 +266,7 @@ DEPENDENCIES
openneo-auth-signatory (~> 0.1.0) openneo-auth-signatory (~> 0.1.0)
parallel (~> 0.5.17) parallel (~> 0.5.17)
rack-fiber_pool rack-fiber_pool
rails (= 3.0.18) rails (= 3.0.19)
rdiscount (~> 1.6.5) rdiscount (~> 1.6.5)
resque (~> 1.15.0) resque (~> 1.15.0)
resque-retry (~> 0.1.0) resque-retry (~> 0.1.0)

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rack-1.2.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rails-3.0.19.gem vendored Normal file

Binary file not shown.

Binary file not shown.

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

Binary file not shown.