Skip to content

Upgrade to Rails 6.0.3

Heinrich Lee Yu requested to merge upgrade-rails-6-0-3 into master

What does this MR do?

Upgrade Rails from 6.0.2.2 to 6.0.3. Also upgrades rack-attack from 6.2.0 to 6.3.0.

rack-attack upgrade was needed because it would raise an exception on boot when it's trying to insert the middleware. https://github.com/kickstarter/rack-attack/commit/e3056e737f68a9e15df0ec578d2d7f5e6dec9100 fixes this.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Heinrich Lee Yu

Merge request reports