Bump rails to 7.0.8

This commit is contained in:
Karina Kwiatek 2023-10-20 09:39:52 +02:00
parent 23dc19a665
commit 13e6943fc6
2 changed files with 77 additions and 79 deletions

View File

@ -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" gem "rails", "~> 7.0.8"
gem "rails-i18n", "~> 7.0" gem "rails-i18n", "~> 7.0"
gem "cssbundling-rails", "~> 1.3" gem "cssbundling-rails", "~> 1.3"

View File

@ -17,47 +17,47 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4.2) actioncable (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4.2) actionmailbox (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
activejob (= 7.0.4.2) activejob (= 7.0.8)
activerecord (= 7.0.4.2) activerecord (= 7.0.8)
activestorage (= 7.0.4.2) activestorage (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.4.2) actionmailer (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
actionview (= 7.0.4.2) actionview (= 7.0.8)
activejob (= 7.0.4.2) activejob (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
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.0)
actionpack (7.0.4.2) actionpack (7.0.8)
actionview (= 7.0.4.2) actionview (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.4)
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.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4.2) actiontext (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
activerecord (= 7.0.4.2) activerecord (= 7.0.8)
activestorage (= 7.0.4.2) activestorage (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4.2) actionview (7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
@ -65,31 +65,30 @@ GEM
active_model_otp (2.3.2) active_model_otp (2.3.2)
activemodel activemodel
rotp (~> 6.2.0) rotp (~> 6.2.0)
activejob (7.0.4.2) activejob (7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4.2) activemodel (7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
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 (7.0.4.2) activerecord (7.0.8)
activemodel (= 7.0.4.2) activemodel (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
activestorage (7.0.4.2) activestorage (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
activejob (= 7.0.4.2) activejob (= 7.0.8)
activerecord (= 7.0.4.2) activerecord (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4.2) activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5) addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
@ -103,9 +102,9 @@ GEM
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootsnap (1.16.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
bootstrap_form (5.1.0) bootstrap_form (5.3.2)
actionpack (>= 5.2) actionpack (>= 6.1)
activemodel (>= 5.2) activemodel (>= 6.1)
builder (3.2.4) builder (3.2.4)
bullet (7.1.2) bullet (7.1.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -141,15 +140,15 @@ GEM
devise-async (1.0.0) devise-async (1.0.0)
activejob (>= 5.0) activejob (>= 5.0)
devise (>= 4.0) devise (>= 4.0)
devise-i18n (1.10.3) devise-i18n (1.12.0)
devise (>= 4.8.0) devise (>= 4.9.0)
diff-lcs (1.5.0) diff-lcs (1.5.0)
docile (1.4.0) docile (1.4.0)
dotenv (2.8.1) dotenv (2.8.1)
dotenv-rails (2.8.1) dotenv-rails (2.8.1)
dotenv (= 2.8.1) dotenv (= 2.8.1)
railties (>= 3.2) railties (>= 3.2)
dry-core (1.0.0) dry-core (1.0.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
dry-inflector (1.0.0) dry-inflector (1.0.0)
@ -174,9 +173,9 @@ GEM
fake_email_validator (1.0.11) fake_email_validator (1.0.11)
activemodel activemodel
mail mail
faker (3.1.1) faker (3.2.1)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
ffi (1.15.5) ffi (1.16.3)
fog-aws (3.21.0) fog-aws (3.21.0)
fog-core (~> 2.1) fog-core (~> 2.1)
fog-json (~> 1.1) fog-json (~> 1.1)
@ -259,7 +258,7 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mime-types (3.5.1) mime-types (3.5.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808) mime-types-data (3.2023.1003)
mimemagic (0.4.3) mimemagic (0.4.3)
nokogiri (~> 1) nokogiri (~> 1)
rake rake
@ -267,13 +266,13 @@ GEM
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.4) mini_portile2 (2.8.4)
minitest (5.20.0) minitest (5.20.0)
msgpack (1.6.0) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
nested_form (0.3.2) nested_form (0.3.2)
net-http-persistent (4.0.1) net-http-persistent (4.0.2)
connection_pool (~> 2.2) connection_pool (~> 2.2)
net-http2 (0.18.4) net-http2 (0.18.5)
http-2 (~> 0.11) http-2 (~> 0.11)
net-imap (0.4.1) net-imap (0.4.1)
date date
@ -309,21 +308,20 @@ GEM
rack (2.2.8) rack (2.2.8)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4.2) rails (7.0.8)
actioncable (= 7.0.4.2) actioncable (= 7.0.8)
actionmailbox (= 7.0.4.2) actionmailbox (= 7.0.8)
actionmailer (= 7.0.4.2) actionmailer (= 7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
actiontext (= 7.0.4.2) actiontext (= 7.0.8)
actionview (= 7.0.4.2) actionview (= 7.0.8)
activejob (= 7.0.4.2) activejob (= 7.0.8)
activemodel (= 7.0.4.2) activemodel (= 7.0.8)
activerecord (= 7.0.4.2) activerecord (= 7.0.8)
activestorage (= 7.0.4.2) activestorage (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4.2) railties (= 7.0.8)
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)
@ -344,9 +342,9 @@ GEM
nested_form (~> 0.3) nested_form (~> 0.3)
rails (>= 6.0, < 8) rails (>= 6.0, < 8)
turbo-rails (~> 1.0) turbo-rails (~> 1.0)
railties (7.0.4.2) railties (7.0.8)
actionpack (= 7.0.4.2) actionpack (= 7.0.8)
activesupport (= 7.0.4.2) activesupport (= 7.0.8)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -364,7 +362,7 @@ GEM
rexml (3.2.6) rexml (3.2.6)
rolify (6.0.1) rolify (6.0.1)
rotp (6.2.2) rotp (6.2.2)
rouge (4.1.2) rouge (4.1.3)
rpush (7.0.1) rpush (7.0.1)
activesupport (>= 5.2) activesupport (>= 5.2)
jwt (>= 1.5.6) jwt (>= 1.5.6)
@ -423,7 +421,7 @@ GEM
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-vips (2.1.4) ruby-vips (2.2.0)
ffi (~> 1.12) ffi (~> 1.12)
rubyzip (2.3.2) rubyzip (2.3.2)
sanitize (6.1.0) sanitize (6.1.0)
@ -437,17 +435,17 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
sentry-rails (5.10.0) sentry-rails (5.12.0)
railties (>= 5.0) railties (>= 5.0)
sentry-ruby (~> 5.10.0) sentry-ruby (~> 5.12.0)
sentry-ruby (5.10.0) sentry-ruby (5.12.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.10.0) sentry-sidekiq (5.12.0)
sentry-ruby (~> 5.10.0) sentry-ruby (~> 5.12.0)
sidekiq (>= 3.0) sidekiq (>= 3.0)
shoulda-matchers (5.3.0) shoulda-matchers (5.3.0)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
sidekiq (6.5.8) sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3) connection_pool (>= 2.2.5, < 3)
rack (~> 2.0) rack (~> 2.0)
redis (>= 4.5.0, < 5) redis (>= 4.5.0, < 5)
@ -473,7 +471,7 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sysexits (1.2.0) sysexits (1.2.0)
temple (0.10.3) temple (0.10.3)
thor (1.2.2) thor (1.3.0)
tilt (2.3.0) tilt (2.3.0)
timeout (0.4.0) timeout (0.4.0)
tldv (0.1.0) tldv (0.1.0)
@ -555,7 +553,7 @@ DEPENDENCIES
puma puma
pundit (~> 2.3) pundit (~> 2.3)
questiongenerator (~> 1.1) questiongenerator (~> 1.1)
rails (~> 7.0) rails (~> 7.0.8)
rails-controller-testing rails-controller-testing
rails-i18n (~> 7.0) rails-i18n (~> 7.0)
rails_admin rails_admin