From 153a4e26069b0f4182a4233516d7b4cb4aec72ac Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 27 Nov 2021 05:41:20 +0000 Subject: [PATCH] Ruby 3.1: net-smtp, net-imap, and net-pop are now bundled gems (#36205). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21296 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 73ac9707d..81f8e9c61 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,9 @@ gem 'i18n', '~> 1.8.2' gem "rbpdf", "~> 1.20.0" gem 'addressable' gem 'rubyzip', '~> 2.3.0' +gem 'net-smtp', '~> 0.3.0' +gem 'net-imap', '~> 0.2.2' +gem 'net-pop', '~> 0.1.1' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] -- 2.39.5