Skip to content

Commit

Permalink
Rails security update
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Jan 9, 2013
1 parent 6f4681c commit 9338c2a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem 'rails', '3.0.18'
gem 'rails', '3.0.19'

gem "capistrano"
# Need to use older version of mysql2 because we're on Rails 3.0
Expand Down
52 changes: 26 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.18)
actionpack (= 3.0.18)
actionmailer (3.0.19)
actionpack (= 3.0.19)
mail (~> 2.2.19)
actionpack (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
actionpack (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
Expand All @@ -41,19 +41,19 @@ GEM
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)
activemodel (3.0.18)
activesupport (= 3.0.18)
activemodel (3.0.19)
activesupport (= 3.0.19)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
activerecord (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
activesupport (3.0.18)
activeresource (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
activesupport (3.0.19)
addressable (2.3.2)
arel (2.0.10)
bcrypt-ruby (3.0.1)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
rabl (0.7.1)
activesupport (>= 2.3.14)
multi_json (~> 1.0)
rack (1.2.5)
rack (1.2.6)
rack-livereload (0.3.6)
rack
rack-mount (0.6.14)
Expand All @@ -201,17 +201,17 @@ GEM
rack (>= 1.0)
rack-throttle (0.3.0)
rack (>= 1.0.0)
rails (3.0.18)
actionmailer (= 3.0.18)
actionpack (= 3.0.18)
activerecord (= 3.0.18)
activeresource (= 3.0.18)
activesupport (= 3.0.18)
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.18)
railties (3.0.18)
actionpack (= 3.0.18)
activesupport (= 3.0.18)
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 @@ -312,7 +312,7 @@ DEPENDENCIES
rabl
rack-livereload
rack-throttle
rails (= 3.0.18)
rails (= 3.0.19)
rake
rspec-rails (~> 2.4)
rvm-capistrano
Expand Down

0 comments on commit 9338c2a

Please sign in to comment.