Bug #27666
sass-rails-5.1.0 requires ruby version >= 2.4.0
Status:
Closed
Priority:
High
Assignee:
-
Category:
Packaging
Target version:
-
Pull request:
Found in Releases:
Description
this breaks packaging on older debians
Associated revisions
Refs #27666 - pin sass-rails on Ruby < 2.4 even lower
Refs #27666 - Clean up sass-rails pinning
This is semantically the same, but makes it a bit easier on the
packaging side where we have a script that converts it into the RPM
spec. Previously it generated:
Requires: %{?scl_prefix_ror}rubygem(sass-rails) >= 5.0
Requires: %{?scl_prefix_ror}rubygem(sass-rails) < 6.0
Requires: %{?scl_prefix_ror}rubygem(sass-rails) < 6
After it generates:
Requires: %{?scl_prefix_ror}rubygem(sass-rails) >= 5.0
Requires: %{?scl_prefix_ror}rubygem(sass-rails) < 6.0
History
#1
Updated by The Foreman Bot almost 3 years ago
- Assignee set to Anonymous
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6986 added
#2
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.24.0 added
#3
Updated by Anonymous almost 3 years ago
- Fixed in Releases 1.21.4, 1.22.1, 1.23.0 added
#4
Updated by Anonymous almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3c87d1a471b7c54359a155b795406896466b645d.
#5
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/6990 added
#6
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/6996 added
Fixes #27666 - pin sass-rails on Ruby < 2.4