Update Rails to v6.1.4.4
From https://github.com/rails/rails/releases, the changes between v6.1.4.1 and v6.1.4.4 are minor: - ActionPack (https://my.diffend.io/gems/actionpack/6.1.4.1/6.1.4.4) * Fix issue with host protection not allowing host with port in development. * Fix issue with host protection not allowing localhost in development. * Fix X_FORWARDED_HOST protection. [CVE-2021-44528] - Railties (https://my.diffend.io/gems/railties/6.1.4.1/6.1.4.4) * Allow localhost with a port by default in development zeitwerk diff: https://my.diffend.io/gems/zeitwerk/2.5.1/2.5.3 marcel diff: https://my.diffend.io/gems/marcel/1.0.1/1.0.2 globalid diff: https://my.diffend.io/gems/globalid/0.5.2/1.0.0 Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/349634 Changelog: fixed
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
source 'https://rubygems.org' | source 'https://rubygems.org' | ||
gem 'rails', '~> 6.1.4.1' | gem 'rails', '~> 6.1.4.4' | ||
gem 'bootsnap', '~> 1.9.1', require: false | gem 'bootsnap', '~> 1.9.1', require: false | ||
... | ... |
Please register or sign in to comment