Bump Rails version to 4.2.11.1
There are two[1] security vulnerabilities in Rails version 4.2.11. Updating to version 4.2.11.1 fixes these issues. [1] https://groups.google.com/forum/#!topic/rubyonrails-security/pFRKI96Sm8Q https://groups.google.com/forum/#!topic/rubyonrails-security/GN7w9fFAQeI
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,6 +1,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '4.2.11'
|
gem 'rails', '4.2.11.1'
|
||||||
|
|
||||||
gem 'acts-as-taggable-on', '~> 5.0.0'
|
gem 'acts-as-taggable-on', '~> 5.0.0'
|
||||||
gem 'acts_as_votable', '~> 0.11.1'
|
gem 'acts_as_votable', '~> 0.11.1'
|
||||||
|
|||||||
72
Gemfile.lock
72
Gemfile.lock
@@ -2,36 +2,36 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.2.11)
|
actionmailer (4.2.11.1)
|
||||||
actionpack (= 4.2.11)
|
actionpack (= 4.2.11.1)
|
||||||
actionview (= 4.2.11)
|
actionview (= 4.2.11.1)
|
||||||
activejob (= 4.2.11)
|
activejob (= 4.2.11.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
actionpack (4.2.11)
|
actionpack (4.2.11.1)
|
||||||
actionview (= 4.2.11)
|
actionview (= 4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
rack (~> 1.6)
|
rack (~> 1.6)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (4.2.11)
|
actionview (4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (4.2.11)
|
activejob (4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.0)
|
||||||
activemodel (4.2.11)
|
activemodel (4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.2.11)
|
activerecord (4.2.11.1)
|
||||||
activemodel (= 4.2.11)
|
activemodel (= 4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activesupport (4.2.11)
|
activesupport (4.2.11.1)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
@@ -113,7 +113,7 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.3)
|
concurrent-ruby (1.1.5)
|
||||||
coveralls (0.8.22)
|
coveralls (0.8.22)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
@@ -173,7 +173,7 @@ GEM
|
|||||||
railties (>= 4.1)
|
railties (>= 4.1)
|
||||||
tzinfo (~> 1.2, >= 1.2.2)
|
tzinfo (~> 1.2, >= 1.2.2)
|
||||||
geocoder (1.4.4)
|
geocoder (1.4.4)
|
||||||
globalid (0.4.1)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
globalize (5.0.1)
|
globalize (5.0.1)
|
||||||
activemodel (>= 4.2.0, < 4.3)
|
activemodel (>= 4.2.0, < 4.3)
|
||||||
@@ -258,7 +258,7 @@ GEM
|
|||||||
mime-types-data (3.2016.0521)
|
mime-types-data (3.2016.0521)
|
||||||
mimemagic (0.3.2)
|
mimemagic (0.3.2)
|
||||||
mini_mime (1.0.1)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
mixlib-cli (1.7.0)
|
mixlib-cli (1.7.0)
|
||||||
mixlib-config (2.2.13)
|
mixlib-config (2.2.13)
|
||||||
@@ -270,8 +270,8 @@ GEM
|
|||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (5.0.2)
|
net-ssh (5.0.2)
|
||||||
newrelic_rpm (4.1.0.333)
|
newrelic_rpm (4.1.0.333)
|
||||||
nokogiri (1.8.5)
|
nokogiri (1.10.1)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
nori (2.6.0)
|
nori (2.6.0)
|
||||||
oauth (0.5.3)
|
oauth (0.5.3)
|
||||||
oauth2 (1.4.0)
|
oauth2 (1.4.0)
|
||||||
@@ -327,16 +327,16 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.2.11)
|
rails (4.2.11.1)
|
||||||
actionmailer (= 4.2.11)
|
actionmailer (= 4.2.11.1)
|
||||||
actionpack (= 4.2.11)
|
actionpack (= 4.2.11.1)
|
||||||
actionview (= 4.2.11)
|
actionview (= 4.2.11.1)
|
||||||
activejob (= 4.2.11)
|
activejob (= 4.2.11.1)
|
||||||
activemodel (= 4.2.11)
|
activemodel (= 4.2.11.1)
|
||||||
activerecord (= 4.2.11)
|
activerecord (= 4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.2.11)
|
railties (= 4.2.11.1)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
rails-assets-leaflet (1.1.0)
|
rails-assets-leaflet (1.1.0)
|
||||||
rails-assets-markdown-it (8.2.2)
|
rails-assets-markdown-it (8.2.2)
|
||||||
@@ -348,14 +348,14 @@ GEM
|
|||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.4)
|
rails-html-sanitizer (1.0.4)
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
railties (4.2.11)
|
railties (4.2.11.1)
|
||||||
actionpack (= 4.2.11)
|
actionpack (= 4.2.11.1)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 4.2.11.1)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
raindrops (0.19.0)
|
raindrops (0.19.0)
|
||||||
rake (12.3.1)
|
rake (12.3.2)
|
||||||
recipient_interceptor (0.2.0)
|
recipient_interceptor (0.2.0)
|
||||||
mail
|
mail
|
||||||
redcarpet (3.4.0)
|
redcarpet (3.4.0)
|
||||||
@@ -550,7 +550,7 @@ DEPENDENCIES
|
|||||||
pg (~> 0.21.0)
|
pg (~> 0.21.0)
|
||||||
pg_search (~> 2.0.1)
|
pg_search (~> 2.0.1)
|
||||||
quiet_assets (~> 1.1.0)
|
quiet_assets (~> 1.1.0)
|
||||||
rails (= 4.2.11)
|
rails (= 4.2.11.1)
|
||||||
rails-assets-leaflet!
|
rails-assets-leaflet!
|
||||||
rails-assets-markdown-it (~> 8.2.1)!
|
rails-assets-markdown-it (~> 8.2.1)!
|
||||||
recipient_interceptor (~> 0.2.0)
|
recipient_interceptor (~> 0.2.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user