-
- Downloads
Drop mail_room as a separate dependency
We introduced mail_room as a separate dependency because updating mail_room required an updated net-imap gem. This gem attempted to install the digest gem, but due to a bug present in Ruby 2.7 (https://bugs.ruby-lang.org/issues/17761), the installation failed and caused Cloud Native GitLab builds to fail (gitlab-com/gl-infra/production#4053). We've updated to Ruby 3.0.5 for Cloud Native GitLab images now and have already bumped the net-imap dependency in gitlab!115755. With gitlab!116494, we've now updated GitLab Rails to use mail_room v0.0.23. As a result, we no longer need a separate dependency for Omnibus. Removing this dependency makes it easier to update mail_room since we only need to bump the `Gemfile` in GitLab Rails. Changelog: changed
config/software/mail_room.rb
deleted
100644 → 0
Please register or sign in to comment