Bump rails from 5.2.4 to 5.2.4.1
Bumps [rails](https://github.com/rails/rails) from 5.2.4 to 5.2.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.4...v5.2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
![27856297+dependabot-preview[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
d67105dc1e
commit
27ab0af6ec
2
Gemfile
2
Gemfile
@ -17,7 +17,7 @@ gem 'pg'
|
|||||||
gem 'pry-byebug'
|
gem 'pry-byebug'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'rails', '5.2.4'
|
gem 'rails', '5.2.4.1'
|
||||||
gem 'rails-i18n'
|
gem 'rails-i18n'
|
||||||
gem 'i18n-js'
|
gem 'i18n-js'
|
||||||
gem 'ransack'
|
gem 'ransack'
|
||||||
|
80
Gemfile.lock
80
Gemfile.lock
@ -22,43 +22,43 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ZenTest (4.12.0)
|
ZenTest (4.12.0)
|
||||||
actioncable (5.2.4)
|
actioncable (5.2.4.1)
|
||||||
actionpack (= 5.2.4)
|
actionpack (= 5.2.4.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.4)
|
actionmailer (5.2.4.1)
|
||||||
actionpack (= 5.2.4)
|
actionpack (= 5.2.4.1)
|
||||||
actionview (= 5.2.4)
|
actionview (= 5.2.4.1)
|
||||||
activejob (= 5.2.4)
|
activejob (= 5.2.4.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.4)
|
actionpack (5.2.4.1)
|
||||||
actionview (= 5.2.4)
|
actionview (= 5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
rack (~> 2.0)
|
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.4)
|
actionview (5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.2.4)
|
activejob (5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.4)
|
activemodel (5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
activerecord (5.2.4)
|
activerecord (5.2.4.1)
|
||||||
activemodel (= 5.2.4)
|
activemodel (= 5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activestorage (5.2.4)
|
activestorage (5.2.4.1)
|
||||||
actionpack (= 5.2.4)
|
actionpack (= 5.2.4.1)
|
||||||
activerecord (= 5.2.4)
|
activerecord (= 5.2.4.1)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (5.2.4)
|
activesupport (5.2.4.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)
|
||||||
@ -86,7 +86,7 @@ GEM
|
|||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
bootstrap-will_paginate (1.0.0)
|
bootstrap-will_paginate (1.0.0)
|
||||||
will_paginate
|
will_paginate
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
bunny (2.14.3)
|
bunny (2.14.3)
|
||||||
amq-protocol (~> 2.3, >= 2.3.0)
|
amq-protocol (~> 2.3, >= 2.3.0)
|
||||||
byebug (11.0.1)
|
byebug (11.0.1)
|
||||||
@ -261,18 +261,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.4)
|
rails (5.2.4.1)
|
||||||
actioncable (= 5.2.4)
|
actioncable (= 5.2.4.1)
|
||||||
actionmailer (= 5.2.4)
|
actionmailer (= 5.2.4.1)
|
||||||
actionpack (= 5.2.4)
|
actionpack (= 5.2.4.1)
|
||||||
actionview (= 5.2.4)
|
actionview (= 5.2.4.1)
|
||||||
activejob (= 5.2.4)
|
activejob (= 5.2.4.1)
|
||||||
activemodel (= 5.2.4)
|
activemodel (= 5.2.4.1)
|
||||||
activerecord (= 5.2.4)
|
activerecord (= 5.2.4.1)
|
||||||
activestorage (= 5.2.4)
|
activestorage (= 5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.4)
|
railties (= 5.2.4.1)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.4)
|
rails-controller-testing (1.0.4)
|
||||||
actionpack (>= 5.0.1.x)
|
actionpack (>= 5.0.1.x)
|
||||||
@ -289,9 +289,9 @@ GEM
|
|||||||
rails-timeago (2.18.0)
|
rails-timeago (2.18.0)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
railties (5.2.4)
|
railties (5.2.4.1)
|
||||||
actionpack (= 5.2.4)
|
actionpack (= 5.2.4.1)
|
||||||
activesupport (= 5.2.4)
|
activesupport (= 5.2.4.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)
|
||||||
@ -398,7 +398,7 @@ GEM
|
|||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
structured_warnings (0.4.0)
|
structured_warnings (0.4.0)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (0.20.3)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
turbolinks (5.2.1)
|
turbolinks (5.2.1)
|
||||||
@ -481,7 +481,7 @@ DEPENDENCIES
|
|||||||
puma
|
puma
|
||||||
pundit
|
pundit
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (= 5.2.4)
|
rails (= 5.2.4.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n
|
rails-i18n
|
||||||
rails-timeago
|
rails-timeago
|
||||||
|
Reference in New Issue
Block a user