Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Rails 7.0.8.1 to 7.0.8.2 #1025

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "activerecord-session_store"
gem "bootsnap", require: false
gem "pg", "~> 1.1"
gem "puma", "~> 5.6"
gem "rails", "~> 7.0.8.1"
gem "rails", "~> 7.0.8.2"

# caching
gem "hiredis", "~> 0.6.3"
Expand Down
114 changes: 57 additions & 57 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,78 +14,78 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
actioncable (7.0.8.2)
actionpack (= 7.0.8.2)
activesupport (= 7.0.8.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
actionmailbox (7.0.8.2)
actionpack (= 7.0.8.2)
activejob (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.8.1)
actionpack (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activesupport (= 7.0.8.1)
actionmailer (7.0.8.2)
actionpack (= 7.0.8.2)
actionview (= 7.0.8.2)
activejob (= 7.0.8.2)
activesupport (= 7.0.8.2)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
actionpack (7.0.8.2)
actionview (= 7.0.8.2)
activesupport (= 7.0.8.2)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-action_caching (1.2.2)
actionpack (>= 4.0.0)
actiontext (7.0.8.1)
actionpack (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
actiontext (7.0.8.2)
actionpack (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
actionview (7.0.8.2)
activesupport (= 7.0.8.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_link_to (1.0.5)
actionpack
addressable
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
activejob (7.0.8.2)
activesupport (= 7.0.8.2)
globalid (>= 0.3.6)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activemodel (7.0.8.2)
activesupport (= 7.0.8.2)
activerecord (7.0.8.2)
activemodel (= 7.0.8.2)
activesupport (= 7.0.8.2)
activerecord-session_store (2.0.0)
actionpack (>= 5.2.4.1)
activerecord (>= 5.2.4.1)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1)
activestorage (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activesupport (= 7.0.8.1)
activestorage (7.0.8.2)
actionpack (= 7.0.8.2)
activejob (= 7.0.8.2)
activerecord (= 7.0.8.2)
activesupport (= 7.0.8.2)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8.1)
activesupport (7.0.8.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
Expand All @@ -272,14 +272,14 @@ GEM
multipart-post (2.3.0)
net-http (0.3.1)
uri
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
newrelic_rpm (8.13.1)
nio4r (2.7.0)
Expand Down Expand Up @@ -532,20 +532,20 @@ GEM
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.1)
actioncable (= 7.0.8.1)
actionmailbox (= 7.0.8.1)
actionmailer (= 7.0.8.1)
actionpack (= 7.0.8.1)
actiontext (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activemodel (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
rails (7.0.8.2)
actioncable (= 7.0.8.2)
actionmailbox (= 7.0.8.2)
actionmailer (= 7.0.8.2)
actionpack (= 7.0.8.2)
actiontext (= 7.0.8.2)
actionview (= 7.0.8.2)
activejob (= 7.0.8.2)
activemodel (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
bundler (>= 1.15.0)
railties (= 7.0.8.1)
railties (= 7.0.8.2)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand All @@ -557,9 +557,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
railties (7.0.8.2)
actionpack (= 7.0.8.2)
activesupport (= 7.0.8.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down Expand Up @@ -742,7 +742,7 @@ DEPENDENCIES
puma (~> 5.6)
pundit (~> 2.3.0)
rack-cors
rails (~> 7.0.8.1)
rails (~> 7.0.8.2)
rails-controller-testing
redis (~> 5.0)
roar-rails!
Expand Down
Loading