mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:59:08 +01:00
Bump rails from 7.0.8.5 to 7.1.5.1
Bumps [rails](https://github.com/rails/rails) from 7.0.8.5 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.8.5...v7.1.5.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0994977b4a
commit
6cea212a29
2 changed files with 108 additions and 73 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "i18n-js", "4.0"
|
gem "i18n-js", "4.0"
|
||||||
gem "rails", "~> 7.0.8"
|
gem "rails", "~> 7.1.5"
|
||||||
gem "rails-i18n", "~> 7.0"
|
gem "rails-i18n", "~> 7.0"
|
||||||
|
|
||||||
gem "cssbundling-rails", "~> 1.4"
|
gem "cssbundling-rails", "~> 1.4"
|
||||||
|
|
179
Gemfile.lock
179
Gemfile.lock
|
@ -9,83 +9,96 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.0.8.5)
|
actioncable (7.1.5.1)
|
||||||
actionpack (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (7.0.8.5)
|
zeitwerk (~> 2.6)
|
||||||
actionpack (= 7.0.8.5)
|
actionmailbox (7.1.5.1)
|
||||||
activejob (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activerecord (= 7.0.8.5)
|
activejob (= 7.1.5.1)
|
||||||
activestorage (= 7.0.8.5)
|
activerecord (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activestorage (= 7.1.5.1)
|
||||||
|
activesupport (= 7.1.5.1)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
actionmailer (7.0.8.5)
|
actionmailer (7.1.5.1)
|
||||||
actionpack (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
actionview (= 7.0.8.5)
|
actionview (= 7.1.5.1)
|
||||||
activejob (= 7.0.8.5)
|
activejob (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.0.8.5)
|
actionpack (7.1.5.1)
|
||||||
actionview (= 7.0.8.5)
|
actionview (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
rack (~> 2.0, >= 2.2.4)
|
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)
|
||||||
actiontext (7.0.8.5)
|
actiontext (7.1.5.1)
|
||||||
actionpack (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activerecord (= 7.0.8.5)
|
activerecord (= 7.1.5.1)
|
||||||
activestorage (= 7.0.8.5)
|
activestorage (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.0.8.5)
|
actionview (7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
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)
|
||||||
active_model_otp (2.3.4)
|
active_model_otp (2.3.4)
|
||||||
activemodel
|
activemodel
|
||||||
rotp (~> 6.3.0)
|
rotp (~> 6.3.0)
|
||||||
activejob (7.0.8.5)
|
activejob (7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.0.8.5)
|
activemodel (7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
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.0.8.5)
|
activerecord (7.1.5.1)
|
||||||
activemodel (= 7.0.8.5)
|
activemodel (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
activestorage (7.0.8.5)
|
timeout (>= 0.4.0)
|
||||||
actionpack (= 7.0.8.5)
|
activestorage (7.1.5.1)
|
||||||
activejob (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activerecord (= 7.0.8.5)
|
activejob (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activerecord (= 7.1.5.1)
|
||||||
|
activesupport (= 7.1.5.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
activesupport (7.1.5.1)
|
||||||
activesupport (7.0.8.5)
|
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)
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
|
benchmark (0.4.0)
|
||||||
better_errors (2.10.1)
|
better_errors (2.10.1)
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
|
@ -127,7 +140,7 @@ 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.0)
|
date (3.4.1)
|
||||||
debug_inspector (1.2.0)
|
debug_inspector (1.2.0)
|
||||||
devise (4.9.4)
|
devise (4.9.4)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
|
@ -146,6 +159,7 @@ GEM
|
||||||
dotenv-rails (3.1.4)
|
dotenv-rails (3.1.4)
|
||||||
dotenv (= 3.1.4)
|
dotenv (= 3.1.4)
|
||||||
railties (>= 6.1)
|
railties (>= 6.1)
|
||||||
|
drb (2.2.1)
|
||||||
dry-core (1.0.1)
|
dry-core (1.0.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
|
@ -242,6 +256,10 @@ GEM
|
||||||
image_processing (1.12.2)
|
image_processing (1.12.2)
|
||||||
mini_magick (>= 4.9.5, < 5)
|
mini_magick (>= 4.9.5, < 5)
|
||||||
ruby-vips (>= 2.0.17, < 3)
|
ruby-vips (>= 2.0.17, < 3)
|
||||||
|
io-console (0.8.0)
|
||||||
|
irb (1.14.2)
|
||||||
|
rdoc (>= 4.0.0)
|
||||||
|
reline (>= 0.4.2)
|
||||||
jsbundling-rails (1.3.1)
|
jsbundling-rails (1.3.1)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
json (2.8.2)
|
json (2.8.2)
|
||||||
|
@ -290,11 +308,12 @@ GEM
|
||||||
mini_magick (4.13.2)
|
mini_magick (4.13.2)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.8)
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.25.2)
|
minitest (5.25.4)
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.7.1)
|
multi_xml (0.7.1)
|
||||||
bigdecimal (~> 3.1)
|
bigdecimal (~> 3.1)
|
||||||
|
mutex_m (0.3.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
net-http (0.6.0)
|
net-http (0.6.0)
|
||||||
uri
|
uri
|
||||||
|
@ -311,8 +330,8 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.3)
|
nio4r (2.7.4)
|
||||||
nokogiri (1.16.7)
|
nokogiri (1.17.2)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oj (3.16.7)
|
oj (3.16.7)
|
||||||
|
@ -331,6 +350,9 @@ GEM
|
||||||
activerecord (>= 6.1)
|
activerecord (>= 6.1)
|
||||||
prometheus-client (4.2.3)
|
prometheus-client (4.2.3)
|
||||||
base64
|
base64
|
||||||
|
psych (5.2.1)
|
||||||
|
date
|
||||||
|
stringio
|
||||||
public_suffix (6.0.1)
|
public_suffix (6.0.1)
|
||||||
puma (6.4.3)
|
puma (6.4.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
|
@ -340,22 +362,27 @@ GEM
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.10)
|
rack (2.2.10)
|
||||||
|
rack-session (1.0.2)
|
||||||
|
rack (< 3)
|
||||||
rack-test (2.1.0)
|
rack-test (2.1.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (7.0.8.5)
|
rackup (1.0.1)
|
||||||
actioncable (= 7.0.8.5)
|
rack (< 3)
|
||||||
actionmailbox (= 7.0.8.5)
|
webrick
|
||||||
actionmailer (= 7.0.8.5)
|
rails (7.1.5.1)
|
||||||
actionpack (= 7.0.8.5)
|
actioncable (= 7.1.5.1)
|
||||||
actiontext (= 7.0.8.5)
|
actionmailbox (= 7.1.5.1)
|
||||||
actionview (= 7.0.8.5)
|
actionmailer (= 7.1.5.1)
|
||||||
activejob (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activemodel (= 7.0.8.5)
|
actiontext (= 7.1.5.1)
|
||||||
activerecord (= 7.0.8.5)
|
actionview (= 7.1.5.1)
|
||||||
activestorage (= 7.0.8.5)
|
activejob (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activemodel (= 7.1.5.1)
|
||||||
|
activerecord (= 7.1.5.1)
|
||||||
|
activestorage (= 7.1.5.1)
|
||||||
|
activesupport (= 7.1.5.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.0.8.5)
|
railties (= 7.1.5.1)
|
||||||
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)
|
||||||
|
@ -364,9 +391,9 @@ GEM
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.6.0)
|
rails-html-sanitizer (1.6.2)
|
||||||
loofah (~> 2.21)
|
loofah (~> 2.21)
|
||||||
nokogiri (~> 1.14)
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
||||||
rails-i18n (7.0.10)
|
rails-i18n (7.0.10)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 6.0.0, < 8)
|
||||||
|
@ -377,18 +404,23 @@ GEM
|
||||||
nested_form (~> 0.3)
|
nested_form (~> 0.3)
|
||||||
rails (>= 6.0, < 8)
|
rails (>= 6.0, < 8)
|
||||||
turbo-rails (>= 1.0, < 3)
|
turbo-rails (>= 1.0, < 3)
|
||||||
railties (7.0.8.5)
|
railties (7.1.5.1)
|
||||||
actionpack (= 7.0.8.5)
|
actionpack (= 7.1.5.1)
|
||||||
activesupport (= 7.0.8.5)
|
activesupport (= 7.1.5.1)
|
||||||
method_source
|
irb
|
||||||
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
zeitwerk (~> 2.5)
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
|
rdoc (6.9.0)
|
||||||
|
psych (>= 4.0.0)
|
||||||
redcarpet (3.6.0)
|
redcarpet (3.6.0)
|
||||||
redis (4.8.1)
|
redis (4.8.1)
|
||||||
regexp_parser (2.9.3)
|
regexp_parser (2.9.3)
|
||||||
|
reline (0.5.12)
|
||||||
|
io-console (~> 0.5)
|
||||||
request_store (1.5.1)
|
request_store (1.5.1)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
responders (3.1.1)
|
responders (3.1.1)
|
||||||
|
@ -472,6 +504,7 @@ GEM
|
||||||
sprockets (> 3.0)
|
sprockets (> 3.0)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tilt
|
tilt
|
||||||
|
securerandom (0.4.1)
|
||||||
sentry-rails (5.21.0)
|
sentry-rails (5.21.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
sentry-ruby (~> 5.21.0)
|
sentry-ruby (~> 5.21.0)
|
||||||
|
@ -516,11 +549,12 @@ GEM
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
ssrf_filter (1.1.2)
|
ssrf_filter (1.1.2)
|
||||||
|
stringio (3.1.2)
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.10.3)
|
temple (0.10.3)
|
||||||
thor (1.3.2)
|
thor (1.3.2)
|
||||||
tilt (2.4.0)
|
tilt (2.4.0)
|
||||||
timeout (0.4.2)
|
timeout (0.4.3)
|
||||||
tldv (0.1.0)
|
tldv (0.1.0)
|
||||||
tldv-data (~> 1.0)
|
tldv-data (~> 1.0)
|
||||||
tldv-data (1.0.2023080900)
|
tldv-data (1.0.2023080900)
|
||||||
|
@ -549,6 +583,7 @@ GEM
|
||||||
web-push (3.0.1)
|
web-push (3.0.1)
|
||||||
jwt (~> 2.0)
|
jwt (~> 2.0)
|
||||||
openssl (~> 3.0)
|
openssl (~> 3.0)
|
||||||
|
webrick (1.9.1)
|
||||||
websocket-driver (0.7.6)
|
websocket-driver (0.7.6)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
|
@ -606,7 +641,7 @@ DEPENDENCIES
|
||||||
puma
|
puma
|
||||||
pundit (~> 2.4)
|
pundit (~> 2.4)
|
||||||
questiongenerator (~> 1.1)
|
questiongenerator (~> 1.1)
|
||||||
rails (~> 7.0.8)
|
rails (~> 7.1.5)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 7.0)
|
rails-i18n (~> 7.0)
|
||||||
rails_admin
|
rails_admin
|
||||||
|
|
Loading…
Reference in a new issue