mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Bump rails from 5.2.4.3 to 6.0.3.2
Bumps [rails](https://github.com/rails/rails) from 5.2.4.3 to 6.0.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.4.3...v6.0.3.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b3161a03dd
commit
2eb4025486
2 changed files with 59 additions and 43 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~> 5.2.4'
|
gem 'rails', '~> 6.0.3'
|
||||||
gem 'sassc-rails', '~> 2.1.2'
|
gem 'sassc-rails', '~> 2.1.2'
|
||||||
gem 'coffee-rails', '~> 5.0.0'
|
gem 'coffee-rails', '~> 5.0.0'
|
||||||
|
|
||||||
|
|
|
||||||
100
Gemfile.lock
100
Gemfile.lock
|
|
@ -11,57 +11,70 @@ GEM
|
||||||
RedCloth (4.3.2)
|
RedCloth (4.3.2)
|
||||||
aasm (4.12.3)
|
aasm (4.12.3)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (5.2.4.3)
|
actioncable (6.0.3.2)
|
||||||
actionpack (= 5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.4.3)
|
actionmailbox (6.0.3.2)
|
||||||
actionpack (= 5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
actionview (= 5.2.4.3)
|
activejob (= 6.0.3.2)
|
||||||
activejob (= 5.2.4.3)
|
activerecord (= 6.0.3.2)
|
||||||
|
activestorage (= 6.0.3.2)
|
||||||
|
activesupport (= 6.0.3.2)
|
||||||
|
mail (>= 2.7.1)
|
||||||
|
actionmailer (6.0.3.2)
|
||||||
|
actionpack (= 6.0.3.2)
|
||||||
|
actionview (= 6.0.3.2)
|
||||||
|
activejob (= 6.0.3.2)
|
||||||
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.3)
|
actionpack (6.0.3.2)
|
||||||
actionview (= 5.2.4.3)
|
actionview (= 6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activesupport (= 6.0.3.2)
|
||||||
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.2.0)
|
||||||
actionpack-xml_parser (2.0.1)
|
actionpack-xml_parser (2.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
actionview (5.2.4.3)
|
actiontext (6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
|
activerecord (= 6.0.3.2)
|
||||||
|
activestorage (= 6.0.3.2)
|
||||||
|
activesupport (= 6.0.3.2)
|
||||||
|
nokogiri (>= 1.8.5)
|
||||||
|
actionview (6.0.3.2)
|
||||||
|
activesupport (= 6.0.3.2)
|
||||||
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.1, >= 1.2.0)
|
||||||
activejob (5.2.4.3)
|
activejob (6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activesupport (= 6.0.3.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.4.3)
|
activemodel (6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activesupport (= 6.0.3.2)
|
||||||
activemodel-serializers-xml (1.0.2)
|
activemodel-serializers-xml (1.0.2)
|
||||||
activemodel (> 5.x)
|
activemodel (> 5.x)
|
||||||
activesupport (> 5.x)
|
activesupport (> 5.x)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (5.2.4.3)
|
activerecord (6.0.3.2)
|
||||||
activemodel (= 5.2.4.3)
|
activemodel (= 6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activesupport (= 6.0.3.2)
|
||||||
arel (>= 9.0)
|
activestorage (6.0.3.2)
|
||||||
activestorage (5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
actionpack (= 5.2.4.3)
|
activejob (= 6.0.3.2)
|
||||||
activerecord (= 5.2.4.3)
|
activerecord (= 6.0.3.2)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (5.2.4.3)
|
activesupport (6.0.3.2)
|
||||||
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)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
acts_as_list (1.0.1)
|
acts_as_list (1.0.1)
|
||||||
activerecord (>= 4.2)
|
activerecord (>= 4.2)
|
||||||
arel (9.0.0)
|
|
||||||
ast (2.4.1)
|
ast (2.4.1)
|
||||||
autoprefixer-rails (9.4.7)
|
autoprefixer-rails (9.4.7)
|
||||||
execjs
|
execjs
|
||||||
|
|
@ -159,18 +172,20 @@ GEM
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.4.3)
|
rails (6.0.3.2)
|
||||||
actioncable (= 5.2.4.3)
|
actioncable (= 6.0.3.2)
|
||||||
actionmailer (= 5.2.4.3)
|
actionmailbox (= 6.0.3.2)
|
||||||
actionpack (= 5.2.4.3)
|
actionmailer (= 6.0.3.2)
|
||||||
actionview (= 5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
activejob (= 5.2.4.3)
|
actiontext (= 6.0.3.2)
|
||||||
activemodel (= 5.2.4.3)
|
actionview (= 6.0.3.2)
|
||||||
activerecord (= 5.2.4.3)
|
activejob (= 6.0.3.2)
|
||||||
activestorage (= 5.2.4.3)
|
activemodel (= 6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activerecord (= 6.0.3.2)
|
||||||
|
activestorage (= 6.0.3.2)
|
||||||
|
activesupport (= 6.0.3.2)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.4.3)
|
railties (= 6.0.3.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
|
|
@ -183,12 +198,12 @@ GEM
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
rails_autolink (1.1.6)
|
rails_autolink (1.1.6)
|
||||||
rails (> 3.1)
|
rails (> 3.1)
|
||||||
railties (5.2.4.3)
|
railties (6.0.3.2)
|
||||||
actionpack (= 5.2.4.3)
|
actionpack (= 6.0.3.2)
|
||||||
activesupport (= 5.2.4.3)
|
activesupport (= 6.0.3.2)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.1)
|
rake (13.0.1)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
|
|
@ -282,6 +297,7 @@ GEM
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (3.3.0)
|
will_paginate (3.3.0)
|
||||||
yard (0.9.25)
|
yard (0.9.25)
|
||||||
|
zeitwerk (2.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -312,7 +328,7 @@ DEPENDENCIES
|
||||||
paperclip
|
paperclip
|
||||||
puma (~> 4.3)
|
puma (~> 4.3)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 5.2.4)
|
rails (~> 6.0.3)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-dom-testing (~> 2.0.0)
|
rails-dom-testing (~> 2.0.0)
|
||||||
rails_autolink
|
rails_autolink
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue