Project

General

Profile

Actions

Refactor #23100

closed

Simplify gem dependencies syntax

Added by Ewoud Kohl van Wijngaarden about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Currently we sometimes use the syntax

gem 'safemode', '~> 1.3', '>= 1.3.4'
which is equivalent to
gem 'safemode', '>= 1.3.4', '< 2'
. The latter is easier to handle in a script to generate RPM dependency statements.

Actions #1

Updated by The Foreman Bot about 6 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Ewoud Kohl van Wijngaarden
  • Pull request https://github.com/theforeman/foreman/pull/5394 added
Actions #2

Updated by Lukas Zapletal about 6 years ago

  • translation missing: en.field_release set to 330
Actions #3

Updated by Anonymous about 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF