Updated rails patch
This commit is contained in:
parent
61867abeec
commit
9b724baa7f
2 changed files with 28 additions and 28 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'rails', '4.1.12'
|
gem 'rails', '4.1.14'
|
||||||
|
|
||||||
# Specify a sprockets version due to security issue
|
# Specify a sprockets version due to security issue
|
||||||
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
|
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
|
||||||
|
|
54
Gemfile.lock
54
Gemfile.lock
|
@ -4,25 +4,25 @@ GEM
|
||||||
CFPropertyList (2.3.1)
|
CFPropertyList (2.3.1)
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
ace-rails-ap (2.0.1)
|
ace-rails-ap (2.0.1)
|
||||||
actionmailer (4.1.12)
|
actionmailer (4.1.14)
|
||||||
actionpack (= 4.1.12)
|
actionpack (= 4.1.14)
|
||||||
actionview (= 4.1.12)
|
actionview (= 4.1.14)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
actionpack (4.1.12)
|
actionpack (4.1.14)
|
||||||
actionview (= 4.1.12)
|
actionview (= 4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
actionview (4.1.12)
|
actionview (4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
activemodel (4.1.12)
|
activemodel (4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.1.12)
|
activerecord (4.1.14)
|
||||||
activemodel (= 4.1.12)
|
activemodel (= 4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
arel (~> 5.0.0)
|
arel (~> 5.0.0)
|
||||||
activerecord-deprecated_finders (1.0.4)
|
activerecord-deprecated_finders (1.0.4)
|
||||||
activerecord-session_store (0.1.1)
|
activerecord-session_store (0.1.1)
|
||||||
|
@ -33,7 +33,7 @@ GEM
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
rails-observers (~> 0.1.1)
|
rails-observers (~> 0.1.1)
|
||||||
activesupport (4.1.12)
|
activesupport (4.1.14)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -509,21 +509,21 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.1.12)
|
rails (4.1.14)
|
||||||
actionmailer (= 4.1.12)
|
actionmailer (= 4.1.14)
|
||||||
actionpack (= 4.1.12)
|
actionpack (= 4.1.14)
|
||||||
actionview (= 4.1.12)
|
actionview (= 4.1.14)
|
||||||
activemodel (= 4.1.12)
|
activemodel (= 4.1.14)
|
||||||
activerecord (= 4.1.12)
|
activerecord (= 4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.1.12)
|
railties (= 4.1.14)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
rails-observers (0.1.2)
|
rails-observers (0.1.2)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
railties (4.1.12)
|
railties (4.1.14)
|
||||||
actionpack (= 4.1.12)
|
actionpack (= 4.1.14)
|
||||||
activesupport (= 4.1.12)
|
activesupport (= 4.1.14)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rainbow (2.0.0)
|
rainbow (2.0.0)
|
||||||
|
@ -687,7 +687,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sprockets-rails (2.3.2)
|
sprockets-rails (2.3.3)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
|
@ -886,7 +886,7 @@ DEPENDENCIES
|
||||||
rack-attack (~> 4.3.0)
|
rack-attack (~> 4.3.0)
|
||||||
rack-cors (~> 0.4.0)
|
rack-cors (~> 0.4.0)
|
||||||
rack-oauth2 (~> 1.0.5)
|
rack-oauth2 (~> 1.0.5)
|
||||||
rails (= 4.1.12)
|
rails (= 4.1.14)
|
||||||
raphael-rails (~> 2.1.2)
|
raphael-rails (~> 2.1.2)
|
||||||
rblineprof
|
rblineprof
|
||||||
rdoc (~> 3.6)
|
rdoc (~> 3.6)
|
||||||
|
|
Loading…
Reference in a new issue