bump rails to 5.2.7
This commit is contained in:
parent
f88807909c
commit
8e6f3b91d3
2 changed files with 41 additions and 41 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rails", "5.2.6.2"
|
gem "rails", "5.2.7.1"
|
||||||
|
|
||||||
# Legacy Rails features, remove me!
|
# Legacy Rails features, remove me!
|
||||||
# responders (class level)
|
# responders (class level)
|
||||||
|
|
|
||||||
80
Gemfile.lock
80
Gemfile.lock
|
|
@ -2,25 +2,25 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://gems.diasporafoundation.org/
|
remote: https://gems.diasporafoundation.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.2.6.2)
|
actioncable (5.2.7.1)
|
||||||
actionpack (= 5.2.6.2)
|
actionpack (= 5.2.7.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.6.2)
|
actionmailer (5.2.7.1)
|
||||||
actionpack (= 5.2.6.2)
|
actionpack (= 5.2.7.1)
|
||||||
actionview (= 5.2.6.2)
|
actionview (= 5.2.7.1)
|
||||||
activejob (= 5.2.6.2)
|
activejob (= 5.2.7.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.6.2)
|
actionpack (5.2.7.1)
|
||||||
actionview (= 5.2.6.2)
|
actionview (= 5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.2.6.2)
|
actionview (5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
|
|
@ -28,22 +28,22 @@ GEM
|
||||||
active_model_serializers (0.9.7)
|
active_model_serializers (0.9.7)
|
||||||
activemodel (>= 3.2)
|
activemodel (>= 3.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
activejob (5.2.6.2)
|
activejob (5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.6.2)
|
activemodel (5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
activerecord (5.2.6.2)
|
activerecord (5.2.7.1)
|
||||||
activemodel (= 5.2.6.2)
|
activemodel (= 5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activerecord-import (1.1.0)
|
activerecord-import (1.1.0)
|
||||||
activerecord (>= 3.2)
|
activerecord (>= 3.2)
|
||||||
activestorage (5.2.6.2)
|
activestorage (5.2.7.1)
|
||||||
actionpack (= 5.2.6.2)
|
actionpack (= 5.2.7.1)
|
||||||
activerecord (= 5.2.6.2)
|
activerecord (= 5.2.7.1)
|
||||||
marcel (~> 1.0.0)
|
marcel (~> 1.0.0)
|
||||||
activesupport (5.2.6.2)
|
activesupport (5.2.7.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
|
@ -139,7 +139,7 @@ GEM
|
||||||
compass (~> 1.0.0)
|
compass (~> 1.0.0)
|
||||||
sass-rails (< 5.1)
|
sass-rails (< 5.1)
|
||||||
sprockets (< 4.0)
|
sprockets (< 4.0)
|
||||||
concurrent-ruby (1.1.9)
|
concurrent-ruby (1.1.10)
|
||||||
configurate (0.5.0)
|
configurate (0.5.0)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.2.5)
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
|
|
@ -337,7 +337,7 @@ GEM
|
||||||
mime-types (~> 3.0)
|
mime-types (~> 3.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (1.9.1)
|
i18n (1.10.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-inflector (2.6.7)
|
i18n-inflector (2.6.7)
|
||||||
i18n (>= 0.4.1)
|
i18n (>= 0.4.1)
|
||||||
|
|
@ -392,7 +392,7 @@ GEM
|
||||||
multi_json (~> 1.14)
|
multi_json (~> 1.14)
|
||||||
logging-rails (0.6.0)
|
logging-rails (0.6.0)
|
||||||
logging (>= 1.8)
|
logging (>= 1.8)
|
||||||
loofah (2.14.0)
|
loofah (2.16.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
macaddr (1.7.2)
|
macaddr (1.7.2)
|
||||||
|
|
@ -527,18 +527,18 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.6.2)
|
rails (5.2.7.1)
|
||||||
actioncable (= 5.2.6.2)
|
actioncable (= 5.2.7.1)
|
||||||
actionmailer (= 5.2.6.2)
|
actionmailer (= 5.2.7.1)
|
||||||
actionpack (= 5.2.6.2)
|
actionpack (= 5.2.7.1)
|
||||||
actionview (= 5.2.6.2)
|
actionview (= 5.2.7.1)
|
||||||
activejob (= 5.2.6.2)
|
activejob (= 5.2.7.1)
|
||||||
activemodel (= 5.2.6.2)
|
activemodel (= 5.2.7.1)
|
||||||
activerecord (= 5.2.6.2)
|
activerecord (= 5.2.7.1)
|
||||||
activestorage (= 5.2.6.2)
|
activestorage (= 5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.6.2)
|
railties (= 5.2.7.1)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-assets-autosize (4.0.2)
|
rails-assets-autosize (4.0.2)
|
||||||
rails-assets-backbone (1.3.3)
|
rails-assets-backbone (1.3.3)
|
||||||
|
|
@ -602,9 +602,9 @@ GEM
|
||||||
rails-timeago (2.19.1)
|
rails-timeago (2.19.1)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
railties (5.2.6.2)
|
railties (5.2.7.1)
|
||||||
actionpack (= 5.2.6.2)
|
actionpack (= 5.2.7.1)
|
||||||
activesupport (= 5.2.6.2)
|
activesupport (= 5.2.7.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
|
|
@ -878,7 +878,7 @@ DEPENDENCIES
|
||||||
rack-piwik (= 0.3.0)
|
rack-piwik (= 0.3.0)
|
||||||
rack-rewrite (= 1.5.1)
|
rack-rewrite (= 1.5.1)
|
||||||
rack-ssl (= 1.4.1)
|
rack-ssl (= 1.4.1)
|
||||||
rails (= 5.2.6.2)
|
rails (= 5.2.7.1)
|
||||||
rails-assets-autosize (= 4.0.2)!
|
rails-assets-autosize (= 4.0.2)!
|
||||||
rails-assets-backbone (= 1.3.3)!
|
rails-assets-backbone (= 1.3.3)!
|
||||||
rails-assets-blueimp-gallery (= 2.33.0)!
|
rails-assets-blueimp-gallery (= 2.33.0)!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue