Actions
Defect #27229
closedpublic_suffix requires Ruby version >= 2.0
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
There is table which states that ruby 1.9.3 is compatible with redmine 3.4.
However 3.4.3 has in Gemfile:
gem "public_suffix", "~> 2.0.5" if RUBY_VERSION < "2.1"
But
gem install public_suffix -v '2.0.5' ERROR: Error installing public_suffix: public_suffix requires Ruby version >= 2.0.
So 3.4.3 is no longer works with Ruby 1.9.3 or is it possible to use older version of this gem with support of Ruby 1.9.3?
Related issues
Updated by Go MAEDA about 7 years ago
- Related to Defect #27206: Cannot install public_suffix if ruby < 2.1 added
Updated by Toshi MARUYAMA about 7 years ago
- Status changed from New to Closed
- Resolution set to Fixed
I recommend you not use ruby 1.9.3.
Actions