mirror of
https://github.com/redmine/redmine.git
synced 2026-08-05 01:30:09 +02:00
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:
6
Gemfile
6
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user