# HG changeset patch # User Reuben Pereira <2967854-rpereira2@users.noreply.gitlab.com> # Date 1634825925 0 # Thu Oct 21 14:18:45 2021 +0000 # Node ID 2d07942845cf20ffc95987ae2ab0593077b84868 # Parent c677797db4a61bc7534d57e2d0104fd789963097 Update gitlab-mail_room to 0.0.14 This works around the io-wait Ruby 2.7 dependency issue described in https://github.com/ruby/net-imap/issues/24. Relates to gitlab-org/gitlab-mail_room!35 diff --git a/config/software/mail_room.rb b/config/software/mail_room.rb --- a/config/software/mail_room.rb +++ b/config/software/mail_room.rb @@ -15,7 +15,7 @@ # name 'mail_room' -default_version '0.0.12' +default_version '0.0.14' license 'MIT' license_file 'LICENSE.txt'