summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-01-17 03:00:03 +0000
committerGo MAEDA <maeda@farend.jp>2024-01-17 03:00:03 +0000
commit77ec59cd5067016389d067dada37a64b5a91f125 (patch)
tree390dc2f071128941beba4c3ed417c1a296bfe66f /Gemfile
parente749ac51367aaa309bebe75ee59913b0174b7e75 (diff)
downloadredmine-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--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 158ae2939..89fb63377 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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]