-
Stan Hu authored
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
a091fd5e
This project manages its dependencies using
Bundler.
Learn more