mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
committed by
GitHub
parent
a29b133d33
commit
01c5f9337a
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 = '6.1.4.1'
|
||||
rails_version = '6.1.4.7'
|
||||
gem 'actionmailer', rails_version
|
||||
gem 'actionpack', rails_version
|
||||
gem 'actionview', rails_version
|
||||
|
||||
Reference in New Issue
Block a user