mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
Bump rails from 6.1.7.9 to 7.1.5
Bumps [rails](https://github.com/rails/rails) from 6.1.7.9 to 7.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7.9...v7.1.5) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4e6d8396ad
commit
c72ed63b51
2 changed files with 113 additions and 73 deletions
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||||
gem 'actionpack-xml_parser', '~> 2.0'
|
gem 'actionpack-xml_parser', '~> 2.0'
|
||||||
gem 'activemodel-serializers-xml', '~> 1.0.3'
|
gem 'activemodel-serializers-xml', '~> 1.0.3'
|
||||||
|
|
||||||
gem 'rails', '~> 6.1'
|
gem 'rails', '~> 7.1'
|
||||||
|
|
||||||
gem 'font-awesome-sass', '~> 6.5.2'
|
gem 'font-awesome-sass', '~> 6.5.2'
|
||||||
gem 'jquery-rails', '~> 4.6'
|
gem 'jquery-rails', '~> 4.6'
|
||||||
|
|
|
||||||
184
Gemfile.lock
184
Gemfile.lock
|
|
@ -4,72 +4,90 @@ GEM
|
||||||
RedCloth (4.3.4)
|
RedCloth (4.3.4)
|
||||||
aasm (5.5.0)
|
aasm (5.5.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (6.1.7.9)
|
actioncable (7.1.5)
|
||||||
actionpack (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.1.7.9)
|
zeitwerk (~> 2.6)
|
||||||
actionpack (= 6.1.7.9)
|
actionmailbox (7.1.5)
|
||||||
activejob (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activerecord (= 6.1.7.9)
|
activejob (= 7.1.5)
|
||||||
activestorage (= 6.1.7.9)
|
activerecord (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activestorage (= 7.1.5)
|
||||||
|
activesupport (= 7.1.5)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.1.7.9)
|
net-imap
|
||||||
actionpack (= 6.1.7.9)
|
net-pop
|
||||||
actionview (= 6.1.7.9)
|
net-smtp
|
||||||
activejob (= 6.1.7.9)
|
actionmailer (7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
|
actionview (= 7.1.5)
|
||||||
|
activejob (= 7.1.5)
|
||||||
|
activesupport (= 7.1.5)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
net-imap
|
||||||
actionpack (6.1.7.9)
|
net-pop
|
||||||
actionview (= 6.1.7.9)
|
net-smtp
|
||||||
activesupport (= 6.1.7.9)
|
rails-dom-testing (~> 2.2)
|
||||||
rack (~> 2.0, >= 2.0.9)
|
actionpack (7.1.5)
|
||||||
|
actionview (= 7.1.5)
|
||||||
|
activesupport (= 7.1.5)
|
||||||
|
nokogiri (>= 1.8.5)
|
||||||
|
racc
|
||||||
|
rack (>= 2.2.4)
|
||||||
|
rack-session (>= 1.0.1)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.6)
|
||||||
actionpack-xml_parser (2.0.1)
|
actionpack-xml_parser (2.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
actiontext (6.1.7.9)
|
actiontext (7.1.5)
|
||||||
actionpack (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activerecord (= 6.1.7.9)
|
activerecord (= 7.1.5)
|
||||||
activestorage (= 6.1.7.9)
|
activestorage (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.1.7.9)
|
actionview (7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (6.1.7.9)
|
activejob (7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.1.7.9)
|
activemodel (7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
activemodel-serializers-xml (1.0.3)
|
activemodel-serializers-xml (1.0.3)
|
||||||
activemodel (>= 5.0.0.a)
|
activemodel (>= 5.0.0.a)
|
||||||
activesupport (>= 5.0.0.a)
|
activesupport (>= 5.0.0.a)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (6.1.7.9)
|
activerecord (7.1.5)
|
||||||
activemodel (= 6.1.7.9)
|
activemodel (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
activestorage (6.1.7.9)
|
timeout (>= 0.4.0)
|
||||||
actionpack (= 6.1.7.9)
|
activestorage (7.1.5)
|
||||||
activejob (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activerecord (= 6.1.7.9)
|
activejob (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activerecord (= 7.1.5)
|
||||||
|
activesupport (= 7.1.5)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
activesupport (7.1.5)
|
||||||
activesupport (6.1.7.9)
|
base64
|
||||||
|
benchmark (>= 0.3)
|
||||||
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
|
connection_pool (>= 2.2.5)
|
||||||
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
|
mutex_m
|
||||||
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.3)
|
|
||||||
acts_as_list (1.2.4)
|
acts_as_list (1.2.4)
|
||||||
activerecord (>= 6.1)
|
activerecord (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
|
|
@ -77,8 +95,10 @@ GEM
|
||||||
autoprefixer-rails (10.4.7.0)
|
autoprefixer-rails (10.4.7.0)
|
||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
backport (1.2.0)
|
backport (1.2.0)
|
||||||
|
base64 (0.2.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
benchmark (0.3.0)
|
benchmark (0.3.0)
|
||||||
|
bigdecimal (3.1.8)
|
||||||
bootstrap-sass (3.4.1)
|
bootstrap-sass (3.4.1)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sassc (>= 2.0.0)
|
sassc (>= 2.0.0)
|
||||||
|
|
@ -98,6 +118,7 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.3.4)
|
concurrent-ruby (1.3.4)
|
||||||
|
connection_pool (2.4.1)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
database_cleaner (2.1.0)
|
database_cleaner (2.1.0)
|
||||||
database_cleaner-active_record (>= 2, < 3)
|
database_cleaner-active_record (>= 2, < 3)
|
||||||
|
|
@ -108,6 +129,7 @@ GEM
|
||||||
date (3.4.0)
|
date (3.4.0)
|
||||||
diff-lcs (1.5.1)
|
diff-lcs (1.5.1)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
|
drb (2.2.1)
|
||||||
e2mmap (0.1.0)
|
e2mmap (0.1.0)
|
||||||
erubi (1.13.0)
|
erubi (1.13.0)
|
||||||
execjs (2.10.0)
|
execjs (2.10.0)
|
||||||
|
|
@ -135,6 +157,10 @@ GEM
|
||||||
rails-i18n
|
rails-i18n
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
|
io-console (0.7.2)
|
||||||
|
irb (1.14.1)
|
||||||
|
rdoc (>= 4.0.0)
|
||||||
|
reline (>= 0.4.2)
|
||||||
jaro_winkler (1.5.6)
|
jaro_winkler (1.5.6)
|
||||||
jquery-rails (4.6.0)
|
jquery-rails (4.6.0)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
|
|
@ -158,6 +184,7 @@ GEM
|
||||||
listen (3.9.0)
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
logger (1.6.1)
|
||||||
loofah (2.23.1)
|
loofah (2.23.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
|
|
@ -167,20 +194,20 @@ GEM
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
marcel (1.0.4)
|
marcel (1.0.4)
|
||||||
method_source (1.1.0)
|
|
||||||
mime-types (3.4.1)
|
mime-types (3.4.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2023.0218.1)
|
mime-types-data (3.2023.0218.1)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.8)
|
||||||
mini_racer (0.12.0)
|
mini_racer (0.12.0)
|
||||||
libv8-node (~> 21.7.2.0)
|
libv8-node (~> 21.7.2.0)
|
||||||
minitest (5.25.1)
|
minitest (5.25.2)
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
mocha (2.6.1)
|
mocha (2.6.1)
|
||||||
ruby2_keywords (>= 0.0.5)
|
ruby2_keywords (>= 0.0.5)
|
||||||
|
mutex_m (0.3.0)
|
||||||
mysql2 (0.5.6)
|
mysql2 (0.5.6)
|
||||||
net-imap (0.4.17)
|
net-imap (0.4.18)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
|
|
@ -198,29 +225,34 @@ GEM
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pg (1.5.9)
|
pg (1.5.9)
|
||||||
|
psych (5.2.0)
|
||||||
|
stringio
|
||||||
puma (6.5.0)
|
puma (6.5.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.10)
|
rack (3.1.8)
|
||||||
rack-mini-profiler (3.3.1)
|
rack-mini-profiler (3.3.1)
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
|
rack-session (2.0.0)
|
||||||
|
rack (>= 3.0.0)
|
||||||
rack-test (2.1.0)
|
rack-test (2.1.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (6.1.7.9)
|
rackup (2.2.1)
|
||||||
actioncable (= 6.1.7.9)
|
rack (>= 3)
|
||||||
actionmailbox (= 6.1.7.9)
|
rails (7.1.5)
|
||||||
actionmailer (= 6.1.7.9)
|
actioncable (= 7.1.5)
|
||||||
actionpack (= 6.1.7.9)
|
actionmailbox (= 7.1.5)
|
||||||
actiontext (= 6.1.7.9)
|
actionmailer (= 7.1.5)
|
||||||
actionview (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activejob (= 6.1.7.9)
|
actiontext (= 7.1.5)
|
||||||
activemodel (= 6.1.7.9)
|
actionview (= 7.1.5)
|
||||||
activerecord (= 6.1.7.9)
|
activejob (= 7.1.5)
|
||||||
activestorage (= 6.1.7.9)
|
activemodel (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activerecord (= 7.1.5)
|
||||||
|
activestorage (= 7.1.5)
|
||||||
|
activesupport (= 7.1.5)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.1.7.9)
|
railties (= 7.1.5)
|
||||||
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)
|
||||||
actionview (>= 5.0.1.rc1)
|
actionview (>= 5.0.1.rc1)
|
||||||
|
|
@ -239,19 +271,25 @@ GEM
|
||||||
actionview (> 3.1)
|
actionview (> 3.1)
|
||||||
activesupport (> 3.1)
|
activesupport (> 3.1)
|
||||||
railties (> 3.1)
|
railties (> 3.1)
|
||||||
railties (6.1.7.9)
|
railties (7.1.5)
|
||||||
actionpack (= 6.1.7.9)
|
actionpack (= 7.1.5)
|
||||||
activesupport (= 6.1.7.9)
|
activesupport (= 7.1.5)
|
||||||
method_source
|
irb
|
||||||
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.11.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rbs (2.8.4)
|
rbs (2.8.4)
|
||||||
|
rdoc (6.8.1)
|
||||||
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.9.2)
|
regexp_parser (2.9.2)
|
||||||
|
reline (0.5.12)
|
||||||
|
io-console (~> 0.5)
|
||||||
reverse_markdown (2.1.1)
|
reverse_markdown (2.1.1)
|
||||||
nokogiri
|
nokogiri
|
||||||
rexml (3.3.9)
|
rexml (3.3.9)
|
||||||
|
|
@ -285,6 +323,7 @@ GEM
|
||||||
sprockets (> 3.0)
|
sprockets (> 3.0)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tilt
|
tilt
|
||||||
|
securerandom (0.3.2)
|
||||||
simplecov (0.13.0)
|
simplecov (0.13.0)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
|
|
@ -316,6 +355,7 @@ GEM
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.7.3)
|
sqlite3 (1.7.3)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
|
stringio (3.1.2)
|
||||||
stripe (13.2.0)
|
stripe (13.2.0)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
|
|
@ -323,7 +363,7 @@ GEM
|
||||||
climate_control (>= 0.0.3, < 1.0)
|
climate_control (>= 0.0.3, < 1.0)
|
||||||
thor (1.3.2)
|
thor (1.3.2)
|
||||||
tilt (2.3.0)
|
tilt (2.3.0)
|
||||||
timeout (0.4.1)
|
timeout (0.4.2)
|
||||||
tolk (5.0.2)
|
tolk (5.0.2)
|
||||||
rails (>= 6.0, < 7.2)
|
rails (>= 6.0, < 7.2)
|
||||||
safe_yaml (>= 0.8.6)
|
safe_yaml (>= 0.8.6)
|
||||||
|
|
@ -374,7 +414,7 @@ DEPENDENCIES
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
puma (~> 6.5)
|
puma (~> 6.5)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 6.1)
|
rails (~> 7.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-dom-testing (~> 2.2.0)
|
rails-dom-testing (~> 2.2.0)
|
||||||
rails_autolink
|
rails_autolink
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue