Skip to content

Bump nokogiri gem to v1.11.1

Tan Le requested to merge bump-nokogiri-1-11-0 into master

What does this MR do?

Bump nokogiri gem to v1.11.1.

Release notes:

Notably: Faster, more reliable installation: Native Gems for Linux and OSX/Darwin

"Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users.

https://github.com/sparklemotion/nokogiri/compare/v1.11.1..v1.10.9

We need to also bump azure-storage-blob to v2.0.1 to support this version of nokogiri.

https://github.com/Azure/azure-storage-ruby/compare/v2.0.0-blob...v2.0.1-blob

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 Tan Le

Merge request reports