Skip to content

Commit

Permalink
Update rails in light of CVE-2013-0156.
Browse files Browse the repository at this point in the history
  • Loading branch information
oneiros committed Jan 11, 2013
1 parent a606c30 commit 5f760c3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

ruby "1.9.3"

gem 'rails', '~> 3.2.10'
gem 'rails', '3.2.11'

gem 'sqlite3'
gem 'pg'
Expand Down
52 changes: 26 additions & 26 deletions Gemfile.lock
Expand Up @@ -27,31 +27,31 @@ GEM
remote: http://rubygems.org/
specs:
Ascii85 (1.0.2)
actionmailer (3.2.10)
actionpack (= 3.2.10)
actionmailer (3.2.11)
actionpack (= 3.2.11)
mail (~> 2.4.4)
actionpack (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
actionpack (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.10)
activesupport (= 3.2.10)
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activesupport (3.2.10)
activeresource (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
acts_as_commentable (4.0.0)
Expand Down Expand Up @@ -131,24 +131,24 @@ GEM
prawn_rails (0.0.11)
prawn (>= 0.11.1)
railties (>= 3.0.0)
rack (1.4.1)
rack (1.4.3)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.10)
actionmailer (= 3.2.10)
actionpack (= 3.2.10)
activerecord (= 3.2.10)
activeresource (= 3.2.10)
activesupport (= 3.2.10)
rails (3.2.11)
actionmailer (= 3.2.11)
actionpack (= 3.2.11)
activerecord (= 3.2.11)
activeresource (= 3.2.11)
activesupport (= 3.2.11)
bundler (~> 1.0)
railties (= 3.2.10)
railties (3.2.10)
actionpack (= 3.2.10)
activesupport (= 3.2.10)
railties (= 3.2.11)
railties (3.2.11)
actionpack (= 3.2.11)
activesupport (= 3.2.11)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
pg
prawn
prawn_rails
rails (~> 3.2.10)
rails (= 3.2.11)
ransack
ri_cal
ruby-debug
Expand Down

0 comments on commit 5f760c3

Please sign in to comment.