1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update versions of Ruby standard gems to match those bundled with Ruby 3.4 (#41976).

git-svn-id: https://svn.redmine.org/redmine/trunk@23648 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-04-12 05:23:26 +00:00
parent 3d0a5dd763
commit b5dbbc98ee

View File

@ -18,10 +18,10 @@ gem 'propshaft', '~> 1.1.0'
gem 'rack', '>= 3.1.3'
# Ruby Standard Gems
gem 'csv', '~> 3.2.8'
gem 'net-imap', '~> 0.4.8'
gem 'csv', '~> 3.3.2'
gem 'net-imap', '~> 0.5.4'
gem 'net-pop', '~> 0.1.2'
gem 'net-smtp', '~> 0.4.0'
gem 'net-smtp', '~> 0.5.0'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]