Refactor #23100
closed
Simplify gem dependencies syntax
Added by Ewoud Kohl van Wijngaarden almost 7 years ago.
Updated over 6 years ago.
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.
- 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
- Translation missing: en.field_release set to 330
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF