DEV: Upgrade Rails to 7.0.7 (#23069)

This commit is contained in:
Alan Guo Xiang Tan
2023-08-11 09:00:42 +08:00
committed by GitHub
parent bc32641a36
commit 0187ad0d37
2 changed files with 29 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ else
# this allows us to include the bits of rails we use without pieces we do not.
#
# To issue a rails update bump the version number here
rails_version = "7.0.5.1"
rails_version = "7.0.7"
gem "actionmailer", rails_version
gem "actionpack", rails_version
gem "actionview", rails_version