mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 01:39:58 +01:00
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
This commit is contained in:
6
Gemfile
6
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]
|
||||
|
||||
Reference in New Issue
Block a user