Skip to content

Commit

Permalink
Upgrading rails due to security vulnerability
Browse files Browse the repository at this point in the history
Also jquery-rails and web-console
  • Loading branch information
Hugo Corbucci committed Jun 17, 2015
1 parent 8b90ce0 commit c76804e
Show file tree
Hide file tree
Showing 28 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ def darwin_only(require_as)
RbConfig::CONFIG['host_os'] =~ /darwin/ ? require_as : false
end

gem 'rails', '4.2.1'
gem 'rails', '4.2.2'
gem 'haml', '4.0.6'
gem 'will_paginate', '3.0.7'
gem 'formtastic', '3.1.3'
Expand Down
68 changes: 34 additions & 34 deletions Gemfile.lock
Expand Up @@ -10,36 +10,36 @@ GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (4.2.1)
actionpack (= 4.2.1)
actionview (= 4.2.1)
activejob (= 4.2.1)
actionmailer (4.2.2)
actionpack (= 4.2.2)
actionview (= 4.2.2)
activejob (= 4.2.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.1)
actionview (= 4.2.1)
activesupport (= 4.2.1)
actionpack (4.2.2)
actionview (= 4.2.2)
activesupport (= 4.2.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.1)
activesupport (= 4.2.1)
actionview (4.2.2)
activesupport (= 4.2.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
activejob (4.2.1)
activesupport (= 4.2.1)
activejob (4.2.2)
activesupport (= 4.2.2)
globalid (>= 0.3.0)
activemodel (4.2.1)
activesupport (= 4.2.1)
activemodel (4.2.2)
activesupport (= 4.2.2)
builder (~> 3.1)
activerecord (4.2.1)
activemodel (= 4.2.1)
activesupport (= 4.2.1)
activerecord (4.2.2)
activemodel (= 4.2.2)
activesupport (= 4.2.2)
arel (~> 6.0)
activesupport (4.2.1)
activesupport (4.2.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
tilt
hitimes (1.2.2)
i18n (0.7.0)
jquery-rails (4.0.3)
jquery-rails (4.0.4)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -182,7 +182,7 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.7)
listen (2.10.0)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand Down Expand Up @@ -228,19 +228,19 @@ GEM
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
rack (1.6.1)
rack (1.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.1)
actionmailer (= 4.2.1)
actionpack (= 4.2.1)
actionview (= 4.2.1)
activejob (= 4.2.1)
activemodel (= 4.2.1)
activerecord (= 4.2.1)
activesupport (= 4.2.1)
rails (4.2.2)
actionmailer (= 4.2.2)
actionpack (= 4.2.2)
actionview (= 4.2.2)
activejob (= 4.2.2)
activemodel (= 4.2.2)
activerecord (= 4.2.2)
activesupport (= 4.2.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.1)
railties (= 4.2.2)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -250,9 +250,9 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
railties (4.2.1)
actionpack (= 4.2.1)
activesupport (= 4.2.1)
railties (4.2.2)
actionpack (= 4.2.2)
activesupport (= 4.2.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
activerecord
warden (1.2.3)
rack (>= 1.0)
web-console (2.1.2)
web-console (2.1.3)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
Expand Down Expand Up @@ -404,7 +404,7 @@ DEPENDENCIES
newrelic_rpm
poltergeist
pry-rails
rails (= 4.2.1)
rails (= 4.2.2)
rb-fsevent
rb-inotify
rspec-collection_matchers
Expand Down
Binary file removed vendor/cache/actionmailer-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/actionview-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/activejob-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/activejob-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/jquery-rails-4.0.3.gem
Binary file not shown.
Binary file added vendor/cache/jquery-rails-4.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/listen-2.10.0.gem
Binary file not shown.
Binary file added vendor/cache/listen-2.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-1.6.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/rails-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/rails-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/railties-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/railties-4.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/web-console-2.1.2.gem
Binary file not shown.
Binary file added vendor/cache/web-console-2.1.3.gem
Binary file not shown.

0 comments on commit c76804e

Please sign in to comment.