diff options
author | Go MAEDA <maeda@farend.jp> | 2021-11-27 05:41:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-11-27 05:41:20 +0000 |
commit | 153a4e26069b0f4182a4233516d7b4cb4aec72ac (patch) | |
tree | 4e32ae713971a1018de797bc3ed7b94eb80a76b0 /Gemfile | |
parent | 79e7cde849ffa6b4f7a6e37eb9b5893a05d481ca (diff) | |
download | redmine-153a4e26069b0f4182a4233516d7b4cb4aec72ac.tar.gz redmine-153a4e26069b0f4182a4233516d7b4cb4aec72ac.zip |
Ruby 3.1: net-smtp, net-imap, and net-pop are now bundled gems (#36205).
Contributed by Pavel Rosický.
git-svn-id: http://svn.redmine.org/redmine/trunk@21296 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |