Project

General

Profile

Actions

Defect #27229

closed

public_suffix requires Ruby version >= 2.0

Added by Pavel Potcheptsov over 6 years ago. Updated over 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

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

Related to Redmine - Defect #27206: Cannot install public_suffix if ruby < 2.1Closed

Actions
Actions #1

Updated by Go MAEDA over 6 years ago

  • Related to Defect #27206: Cannot install public_suffix if ruby < 2.1 added
Actions #2

Updated by Toshi MARUYAMA over 6 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

I recommend you not use ruby 1.9.3.

Actions

Also available in: Atom PDF