Project

General

Profile

Actions

Refactor #23100

closed

Simplify gem dependencies syntax

Added by Ewoud Kohl van Wijngaarden almost 7 years ago. Updated over 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

Also available in: Atom PDF