Skip to content

Commit

Permalink
updated rails for security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
aross committed Jan 11, 2013
1 parent 279f343 commit 3aa2e41
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.17'
gem 'rails', '3.0.19'
gem 'rake', '0.8.7'

# database gems -- need both pg and mysql for app and wiki
Expand Down
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@ GEM
RedCloth (4.2.9)
ZenTest (4.5.0)
abstract (1.0.0)
actionmailer (3.0.17)
actionpack (= 3.0.17)
actionmailer (3.0.19)
actionpack (= 3.0.19)
mail (~> 2.2.19)
actionpack (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
actionpack (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.5)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.17)
activesupport (= 3.0.17)
activemodel (3.0.19)
activesupport (= 3.0.19)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
activerecord (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
activesupport (3.0.17)
activeresource (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
activesupport (3.0.19)
addressable (2.2.6)
airbrake (3.0.9)
activesupport
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
i18n (0.5.0)
jammit (0.6.3)
yui-compressor (>= 0.9.3)
json (1.5.1)
json (1.5.4)
json_pure (1.7.3)
mail (2.2.19)
activesupport (>= 2.3.6)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
pg (0.11.0)
polyglot (0.3.3)
rabl (0.2.8)
rack (1.2.5)
rack (1.2.6)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-mount (0.6.14)
Expand All @@ -215,17 +215,17 @@ GEM
ruby-openid (>= 2.1.8)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.17)
actionmailer (= 3.0.17)
actionpack (= 3.0.17)
activerecord (= 3.0.17)
activeresource (= 3.0.17)
activesupport (= 3.0.17)
rails (3.0.19)
actionmailer (= 3.0.19)
actionpack (= 3.0.19)
activerecord (= 3.0.19)
activeresource (= 3.0.19)
activesupport (= 3.0.19)
bundler (~> 1.0)
railties (= 3.0.17)
railties (3.0.17)
actionpack (= 3.0.17)
activesupport (= 3.0.17)
railties (= 3.0.19)
railties (3.0.19)
actionpack (= 3.0.19)
activesupport (= 3.0.19)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
Expand Down Expand Up @@ -323,7 +323,7 @@ DEPENDENCIES
rabl
rack-contrib
rack-openid
rails (= 3.0.17)
rails (= 3.0.19)
rake (= 0.8.7)
rmagick (= 2.13.1)
rspec-rails (~> 2.4)
Expand Down

0 comments on commit 3aa2e41

Please sign in to comment.