mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Bump rails from 7.1.5.2 to 7.2.3
Bumps [rails](https://github.com/rails/rails) from 7.1.5.2 to 7.2.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.5.2...v7.2.3) --- updated-dependencies: - dependency-name: rails dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7d0ca11c74
commit
4b147705a0
2 changed files with 79 additions and 79 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', '~> 7.1'
|
gem 'rails', '~> 7.2'
|
||||||
|
|
||||||
gem 'font-awesome-sass', '~> 6.7.2'
|
gem 'font-awesome-sass', '~> 6.7.2'
|
||||||
gem 'jquery-rails', '~> 4.6'
|
gem 'jquery-rails', '~> 4.6'
|
||||||
|
|
|
||||||
156
Gemfile.lock
156
Gemfile.lock
|
|
@ -4,90 +4,86 @@ GEM
|
||||||
RedCloth (4.3.4)
|
RedCloth (4.3.4)
|
||||||
aasm (5.5.2)
|
aasm (5.5.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (7.1.5.2)
|
actioncable (7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (7.1.5.2)
|
actionmailbox (7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
activejob (= 7.1.5.2)
|
activejob (= 7.2.3)
|
||||||
activerecord (= 7.1.5.2)
|
activerecord (= 7.2.3)
|
||||||
activestorage (= 7.1.5.2)
|
activestorage (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.8.0)
|
||||||
net-imap
|
actionmailer (7.2.3)
|
||||||
net-pop
|
actionpack (= 7.2.3)
|
||||||
net-smtp
|
actionview (= 7.2.3)
|
||||||
actionmailer (7.1.5.2)
|
activejob (= 7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
actionview (= 7.1.5.2)
|
mail (>= 2.8.0)
|
||||||
activejob (= 7.1.5.2)
|
|
||||||
activesupport (= 7.1.5.2)
|
|
||||||
mail (~> 2.5, >= 2.5.4)
|
|
||||||
net-imap
|
|
||||||
net-pop
|
|
||||||
net-smtp
|
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.1.5.2)
|
actionpack (7.2.3)
|
||||||
actionview (= 7.1.5.2)
|
actionview (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
|
cgi
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
racc
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4, < 3.3)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
|
useragent (~> 0.16)
|
||||||
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 (7.1.5.2)
|
actiontext (7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
activerecord (= 7.1.5.2)
|
activerecord (= 7.2.3)
|
||||||
activestorage (= 7.1.5.2)
|
activestorage (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.1.5.2)
|
actionview (7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
|
cgi
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (7.1.5.2)
|
activejob (7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.1.5.2)
|
activemodel (7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
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 (7.1.5.2)
|
activerecord (7.2.3)
|
||||||
activemodel (= 7.1.5.2)
|
activemodel (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.1.5.2)
|
activestorage (7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
activejob (= 7.1.5.2)
|
activejob (= 7.2.3)
|
||||||
activerecord (= 7.1.5.2)
|
activerecord (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.1.5.2)
|
activesupport (7.2.3)
|
||||||
base64
|
base64
|
||||||
benchmark (>= 0.3)
|
benchmark (>= 0.3)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
drb
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
logger (>= 1.4.2)
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
mutex_m
|
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
acts_as_list (1.2.6)
|
acts_as_list (1.2.6)
|
||||||
activerecord (>= 6.1)
|
activerecord (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
|
|
@ -107,6 +103,7 @@ GEM
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
uniform_notifier (~> 1.11)
|
uniform_notifier (~> 1.11)
|
||||||
byebug (12.0.0)
|
byebug (12.0.0)
|
||||||
|
cgi (0.5.0)
|
||||||
climate_control (0.2.0)
|
climate_control (0.2.0)
|
||||||
codeclimate-test-reporter (1.0.9)
|
codeclimate-test-reporter (1.0.9)
|
||||||
simplecov (<= 0.13)
|
simplecov (<= 0.13)
|
||||||
|
|
@ -132,11 +129,11 @@ GEM
|
||||||
activerecord (>= 5.a)
|
activerecord (>= 5.a)
|
||||||
database_cleaner-core (~> 2.0.0)
|
database_cleaner-core (~> 2.0.0)
|
||||||
database_cleaner-core (2.0.1)
|
database_cleaner-core (2.0.1)
|
||||||
date (3.4.1)
|
date (3.5.0)
|
||||||
diff-lcs (1.6.2)
|
diff-lcs (1.6.2)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
drb (2.2.3)
|
drb (2.2.3)
|
||||||
erb (5.1.1)
|
erb (5.1.3)
|
||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
execjs (2.10.0)
|
execjs (2.10.0)
|
||||||
factory_bot (6.5.5)
|
factory_bot (6.5.5)
|
||||||
|
|
@ -169,7 +166,7 @@ GEM
|
||||||
ruby-progressbar (~> 1.8, >= 1.8.1)
|
ruby-progressbar (~> 1.8, >= 1.8.1)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
io-console (0.8.1)
|
io-console (0.8.1)
|
||||||
irb (1.15.2)
|
irb (1.15.3)
|
||||||
pp (>= 0.6.0)
|
pp (>= 0.6.0)
|
||||||
rdoc (>= 4.0.0)
|
rdoc (>= 4.0.0)
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
|
|
@ -201,7 +198,8 @@ GEM
|
||||||
loofah (2.24.1)
|
loofah (2.24.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
mail (2.8.1)
|
mail (2.9.0)
|
||||||
|
logger
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
|
|
@ -218,10 +216,9 @@ GEM
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
mocha (2.7.1)
|
mocha (2.7.1)
|
||||||
ruby2_keywords (>= 0.0.5)
|
ruby2_keywords (>= 0.0.5)
|
||||||
mutex_m (0.3.0)
|
|
||||||
mysql2 (0.5.7)
|
mysql2 (0.5.7)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
net-imap (0.5.9)
|
net-imap (0.5.12)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
|
|
@ -230,7 +227,7 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.1)
|
net-smtp (0.5.1)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.4)
|
nio4r (2.7.5)
|
||||||
nokogiri (1.18.10)
|
nokogiri (1.18.10)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
|
@ -251,7 +248,7 @@ GEM
|
||||||
puma (7.1.0)
|
puma (7.1.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (3.2.3)
|
rack (3.2.4)
|
||||||
rack-mini-profiler (4.0.1)
|
rack-mini-profiler (4.0.1)
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-session (2.1.1)
|
rack-session (2.1.1)
|
||||||
|
|
@ -261,20 +258,20 @@ GEM
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rackup (2.2.1)
|
rackup (2.2.1)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
rails (7.1.5.2)
|
rails (7.2.3)
|
||||||
actioncable (= 7.1.5.2)
|
actioncable (= 7.2.3)
|
||||||
actionmailbox (= 7.1.5.2)
|
actionmailbox (= 7.2.3)
|
||||||
actionmailer (= 7.1.5.2)
|
actionmailer (= 7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
actiontext (= 7.1.5.2)
|
actiontext (= 7.2.3)
|
||||||
actionview (= 7.1.5.2)
|
actionview (= 7.2.3)
|
||||||
activejob (= 7.1.5.2)
|
activejob (= 7.2.3)
|
||||||
activemodel (= 7.1.5.2)
|
activemodel (= 7.2.3)
|
||||||
activerecord (= 7.1.5.2)
|
activerecord (= 7.2.3)
|
||||||
activestorage (= 7.1.5.2)
|
activestorage (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.1.5.2)
|
railties (= 7.2.3)
|
||||||
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)
|
||||||
|
|
@ -293,22 +290,24 @@ GEM
|
||||||
actionview (> 3.1)
|
actionview (> 3.1)
|
||||||
activesupport (> 3.1)
|
activesupport (> 3.1)
|
||||||
railties (> 3.1)
|
railties (> 3.1)
|
||||||
railties (7.1.5.2)
|
railties (7.2.3)
|
||||||
actionpack (= 7.1.5.2)
|
actionpack (= 7.2.3)
|
||||||
activesupport (= 7.1.5.2)
|
activesupport (= 7.2.3)
|
||||||
irb
|
cgi
|
||||||
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0, >= 1.2.2)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
|
tsort (>= 0.2)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.3.0)
|
rake (13.3.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 (3.9.5)
|
rbs (3.9.5)
|
||||||
logger
|
logger
|
||||||
rdoc (6.15.0)
|
rdoc (6.15.1)
|
||||||
erb
|
erb
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
tsort
|
tsort
|
||||||
|
|
@ -396,7 +395,7 @@ GEM
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
thor (1.4.0)
|
thor (1.4.0)
|
||||||
tilt (2.6.1)
|
tilt (2.6.1)
|
||||||
timeout (0.4.3)
|
timeout (0.4.4)
|
||||||
tolk (6.0.0)
|
tolk (6.0.0)
|
||||||
rails (>= 7.0, < 7.3)
|
rails (>= 7.0, < 7.3)
|
||||||
sprockets-rails (~> 3.4)
|
sprockets-rails (~> 3.4)
|
||||||
|
|
@ -409,6 +408,7 @@ GEM
|
||||||
unicode-emoji (~> 4.1)
|
unicode-emoji (~> 4.1)
|
||||||
unicode-emoji (4.1.0)
|
unicode-emoji (4.1.0)
|
||||||
uniform_notifier (1.18.0)
|
uniform_notifier (1.18.0)
|
||||||
|
useragent (0.16.11)
|
||||||
websocket-driver (0.8.0)
|
websocket-driver (0.8.0)
|
||||||
base64
|
base64
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
|
|
@ -453,7 +453,7 @@ DEPENDENCIES
|
||||||
pg (~> 1.6)
|
pg (~> 1.6)
|
||||||
puma (~> 7.1)
|
puma (~> 7.1)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.1)
|
rails (~> 7.2)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-dom-testing (~> 2.3.0)
|
rails-dom-testing (~> 2.3.0)
|
||||||
rails_autolink
|
rails_autolink
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue