Actions
Refactor #22549
closedRemove legacy Gemfile code for Ruby < 2.0
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Difficulty:
trivial
Triaged:
Pull request:
Team Backlog:
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'
Updated by Tomáš Strachota almost 7 years ago
- Related to Refactor #21359: Remove legacy code for Ruby < 2.0 from hammer-cli added
Updated by Tomáš Strachota almost 7 years ago
- Status changed from New to Closed
- Pull request https://github.com/theforeman/hammer-cli/pull/267 added
Actions