mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
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:
parent
56d5d433d0
commit
dfbed1cb17
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ ruby "2.5.1"
|
|||||||
|
|
||||||
gem "dotenv-rails", groups: %i[development test]
|
gem "dotenv-rails", groups: %i[development test]
|
||||||
|
|
||||||
gem "rails", "5.2.4"
|
gem "rails", "5.2.4.1"
|
||||||
|
|
||||||
gem "delayed_job_active_record"
|
gem "delayed_job_active_record"
|
||||||
gem "dragonfly"
|
gem "dragonfly"
|
||||||
|
|||||||
82
Gemfile.lock
82
Gemfile.lock
@ -1,43 +1,43 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
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)
|
||||||
@ -53,7 +53,7 @@ GEM
|
|||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (0.8.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
capybara (3.29.0)
|
capybara (3.29.0)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
@ -154,32 +154,32 @@ GEM
|
|||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
public_suffix (4.0.1)
|
public_suffix (4.0.1)
|
||||||
puma (3.12.1)
|
puma (3.12.1)
|
||||||
rack (2.0.7)
|
rack (2.0.8)
|
||||||
rack-proxy (0.6.5)
|
rack-proxy (0.6.5)
|
||||||
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-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.3.0)
|
rails-html-sanitizer (1.3.0)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
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)
|
||||||
@ -236,7 +236,7 @@ GEM
|
|||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
thor (0.20.3)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.8)
|
tilt (2.0.8)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
@ -277,7 +277,7 @@ DEPENDENCIES
|
|||||||
pg
|
pg
|
||||||
pry
|
pry
|
||||||
puma
|
puma
|
||||||
rails (= 5.2.4)
|
rails (= 5.2.4.1)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails
|
sass-rails
|
||||||
sdoc
|
sdoc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user