Project

General

Profile

Actions

Feature #36205

closed

Ruby 3.1 support

Added by Pavel Rosický over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Ruby support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

net/* libraries were gemified, see https://bugs.ruby-lang.org/issues/5481

diff --git a/Gemfile b/Gemfile
index 949fe86d2..624d40216 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,6 +26,12 @@ gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
 gem 'rotp'
 gem 'rqrcode'

+unless Gem.ruby_version < Gem::Version.new('3.1.0')
+  gem 'net-smtp', '~> 0.3.0'
+  gem 'net-imap', '~> 0.2.2'
+  gem 'net-pop', '~> 0.1.1'
+end
+
 # Optional gem for LDAP authentication
 group :ldap do
   gem 'net-ldap', '~> 0.17.0'

Files

36205-v2.patch (1.75 KB) 36205-v2.patch Go MAEDA, 2021-11-20 10:00

Related issues

Related to Redmine - Defect #36226: Psych 4: Psych::DisallowedClass exception when unserializing a setting valueClosedGo MAEDA

Actions
Related to Redmine - Defect #35435: Psych 4: aliases in database.yml cause Psych::BadAlias exceptionClosedGo MAEDA

Actions
Related to Redmine - Defect #36360: IssuesSystemTest fails with ArgumentError in Ruby 3.1ClosedGo MAEDA

Actions
Blocked by Redmine - Patch #35025: Update capybara to 3.36ClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF