Project

General

Profile

Actions

Defect #27206

closed

Cannot install public_suffix if ruby < 2.1

Added by Gena Makhomed over 6 years ago. Updated about 6 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

it don't work:

# bundle install --without development test
[...]

Gem::InstallError: public_suffix requires Ruby version >= 2.1.
An error occurred while installing public_suffix (3.0.0), and Bundler cannot continue.
Make sure that `gem install public_suffix -v '3.0.0'` succeeds before bundling.

# gem install public_suffix -v '3.0.0'
ERROR:  Error installing public_suffix:
        public_suffix requires Ruby version >= 2.1.

So, I can't upgrade Redmine to new version on latest CentOS 7.4 server.

Can you please fix this bug?

# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)

# ruby -v
ruby 2.0.0p648 (2015-12-16) [x86_64-linux]

# yum update ruby
No packages marked for update

Related issues

Related to Redmine - Defect #27229: public_suffix requires Ruby version >= 2.0Closed

Actions
Actions

Also available in: Atom PDF