diff options
author | Go MAEDA <maeda@farend.jp> | 2024-01-17 03:00:03 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-01-17 03:00:03 +0000 |
commit | 77ec59cd5067016389d067dada37a64b5a91f125 (patch) | |
tree | 390dc2f071128941beba4c3ed417c1a296bfe66f /Gemfile | |
parent | e749ac51367aaa309bebe75ee59913b0174b7e75 (diff) | |
download | redmine-77ec59cd5067016389d067dada37a64b5a91f125.tar.gz redmine-77ec59cd5067016389d067dada37a64b5a91f125.zip |
Update csv, net-imap, and net-smtp gems to the same versions shipped with Ruby 3.3.0 (#39761).
git-svn-id: https://svn.redmine.org/redmine/trunk@22611 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ gem 'addressable' gem 'rubyzip', '~> 2.3.0' # Ruby Standard Gems -gem 'csv', '~> 3.2.6' -gem 'net-imap', '~> 0.3.4' +gem 'csv', '~> 3.2.8' +gem 'net-imap', '~> 0.4.8' gem 'net-pop', '~> 0.1.2' -gem 'net-smtp', '~> 0.3.3' +gem 'net-smtp', '~> 0.4.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] |