Skip to content

Upgrade bundler version in mail-smtp_pool

Heinrich Lee Yu requested to merge hly-fix-mail-smtp-pool into master

What does this MR do and why?

This should fix an issue with older versions of bundler being incompatible with rubygems 3.5. First seen in !169521 (merged)

See https://bundler.io/blog/2022/01/23/bundler-v2-3.html

In Bundler 2.3 and up (if you also have RubyGems 3.3 or higher), running bundle install will use the exact version from the BUNDLED WITH section of the lockfile. If that version is not installed before you run bundle install, the running version of Bundler will install the locked version, and then run your original command using the newly-installed locked version.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Matthias Käppler

Merge request reports

Loading