Align Ruby standard gem versions with those bundled in Ruby 4.0.0 (#43650).

git-svn-id: https://svn.redmine.org/redmine/trunk@24368 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-01-26 02:16:14 +00:00
parent 3d1610ee5e
commit 8598963639

View File

@@ -25,10 +25,10 @@ gem "doorkeeper-i18n", "~> 5.2"
gem "requestjs-rails", "~> 0.0.13"
# Ruby Standard Gems
gem 'csv', '~> 3.3.2'
gem 'net-imap', '~> 0.5.7'
gem 'csv', '~> 3.3.5'
gem 'net-imap', '~> 0.6.1'
gem 'net-pop', '~> 0.1.2'
gem 'net-smtp', '~> 0.5.0'
gem 'net-smtp', '~> 0.5.1'
gem 'ostruct'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem