Project

General

Profile

Actions

Refactor #22549

closed

Remove legacy Gemfile code for Ruby < 2.0

Added by Tomáš Strachota about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Difficulty:
trivial
Triaged:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:

Description

Hammer no longer supports ruby 2.0, there's no point of keeping the historical code in Gemfile:

./hammer/hammer-cli/Gemfile:
    4  
    5  gem 'gettext', '>= 3.1.3', '< 4.0.0'
    6: if RUBY_VERSION < '2.1.0'
    7    gem 'clamp', '< 1.1.0'
    8    gem 'fast_gettext', '< 1.2.0'


Related issues 1 (0 open1 closed)

Related to Hammer CLI - Refactor #21359: Remove legacy code for Ruby < 2.0 from hammer-cliClosedOleh FedorenkoActions
Actions #1

Updated by Tomáš Strachota about 6 years ago

  • Related to Refactor #21359: Remove legacy code for Ruby < 2.0 from hammer-cli added
Actions #2

Updated by Tomáš Strachota about 6 years ago

  • Status changed from New to Closed
  • Pull request https://github.com/theforeman/hammer-cli/pull/267 added
Actions

Also available in: Atom PDF