mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Upgrade Rails to 7.0.7 (#23069)
This commit is contained in:
committed by
GitHub
parent
bc32641a36
commit
0187ad0d37
2
Gemfile
2
Gemfile
@@ -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
|
||||
|
Reference in New Issue
Block a user