]> source.dussan.org Git - redmine.git/commitdiff
Update csv, net-imap, and net-smtp gems to the same versions shipped with Ruby 3...
authorGo MAEDA <maeda@farend.jp>
Wed, 17 Jan 2024 03:00:03 +0000 (03:00 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 17 Jan 2024 03:00:03 +0000 (03:00 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22611 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 158ae2939c9ceb004bff597a3a176c8027053834..89fb63377e378cc02e9e772a376386575f4e3d25 100644 (file)
--- 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]