update to rails 3.2.16 for security

This commit is contained in:
Emi Matchu 2013-12-03 14:48:03 -06:00
parent 3bf5680476
commit 5ba01b5672
37 changed files with 38 additions and 39 deletions

View file

@ -1,6 +1,6 @@
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'rails', '= 3.2.13' gem 'rails', '= 3.2.16'
#gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3' #gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3'
gem 'mysql2', '>= 0.3.11' gem 'mysql2', '>= 0.3.11'

View file

@ -75,12 +75,12 @@ GIT
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (3.2.13) actionmailer (3.2.16)
actionpack (= 3.2.13) actionpack (= 3.2.16)
mail (~> 2.5.3) mail (~> 2.5.4)
actionpack (3.2.13) actionpack (3.2.16)
activemodel (= 3.2.13) activemodel (= 3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.4) journey (~> 1.0.4)
@ -88,26 +88,26 @@ GEM
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.13) activemodel (3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.13) activerecord (3.2.16)
activemodel (= 3.2.13) activemodel (= 3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.13) activeresource (3.2.16)
activemodel (= 3.2.13) activemodel (= 3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
activesupport (3.2.13) activesupport (3.2.16)
i18n (= 0.6.1) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.5) addressable (2.3.5)
airbrake (3.1.8) airbrake (3.1.8)
activesupport activesupport
builder builder
json json
arel (3.0.2) arel (3.0.3)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
builder (3.0.4) builder (3.0.4)
carrierwave (0.8.0) carrierwave (0.8.0)
@ -155,17 +155,16 @@ GEM
fssm (0.2.10) fssm (0.2.10)
haml (4.0.0) haml (4.0.0)
tilt tilt
hike (1.2.1) hike (1.2.3)
http_parser.rb (0.5.3) http_parser.rb (0.5.3)
i18n (0.6.1) i18n (0.6.8)
journey (1.0.4) journey (1.0.4)
json (1.7.7) json (1.7.7)
mail (2.5.3) mail (2.5.4)
i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
memcache-client (1.8.5) memcache-client (1.8.5)
mime-types (1.21) mime-types (1.25.1)
mini_magick (3.5.0) mini_magick (3.5.0)
subexec (~> 0.2.1) subexec (~> 0.2.1)
msgpack (0.5.3) msgpack (0.5.3)
@ -202,24 +201,24 @@ GEM
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.13) rails (3.2.16)
actionmailer (= 3.2.13) actionmailer (= 3.2.16)
actionpack (= 3.2.13) actionpack (= 3.2.16)
activerecord (= 3.2.13) activerecord (= 3.2.16)
activeresource (= 3.2.13) activeresource (= 3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.13) railties (= 3.2.16)
rails-i18n (0.7.2) rails-i18n (0.7.2)
i18n (~> 0.5) i18n (~> 0.5)
railties (3.2.13) railties (3.2.16)
actionpack (= 3.2.13) actionpack (= 3.2.16)
activesupport (= 3.2.13) activesupport (= 3.2.16)
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, < 2.0) thor (>= 0.14.6, < 2.0)
rake (10.0.3) rake (10.1.0)
rdiscount (1.6.8) rdiscount (1.6.8)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
@ -276,12 +275,12 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
subexec (0.2.2) subexec (0.2.2)
swf_converter (0.0.3) swf_converter (0.0.3)
thor (0.17.0) thor (0.18.1)
tilt (1.3.6) tilt (1.4.1)
treetop (1.4.12) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.37) tzinfo (0.3.38)
uglifier (1.3.0) uglifier (1.3.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
@ -331,7 +330,7 @@ DEPENDENCIES
patron (~> 0.4.18) patron (~> 0.4.18)
rack-attack (~> 2.2.0) rack-attack (~> 2.2.0)
rack-fiber_pool rack-fiber_pool
rails (= 3.2.13) rails (= 3.2.16)
rails-i18n rails-i18n
rdiscount (~> 1.6.5) rdiscount (~> 1.6.5)
resque (~> 1.23.0) resque (~> 1.23.0)

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/arel-3.0.3.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/hike-1.2.3.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/i18n-0.6.8.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/mail-2.5.4.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/mime-types-1.25.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rake-10.1.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/thor-0.18.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/tilt-1.4.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/treetop-1.4.15.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/tzinfo-0.3.38.gem vendored Normal file

Binary file not shown.