DEV: Upgrade Rails to 6.1.4.7. (#16143)

There was a security release in 6.1.4.6 to fix: https://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9

It doesn't affect us as Discourse doesn't use thread local variables
but we should still upgrade as a matter of caution.
This commit is contained in:
Alan Guo Xiang Tan
2022-03-09 10:10:51 +08:00
committed by GitHub
parent a29b133d33
commit 01c5f9337a
2 changed files with 30 additions and 30 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 = '6.1.4.1'
rails_version = '6.1.4.7'
gem 'actionmailer', rails_version
gem 'actionpack', rails_version
gem 'actionview', rails_version