Package: ruby-sprockets / 3.7.2-6
Metadata
Package | Version | Patches format |
---|---|---|
ruby-sprockets | 3.7.2-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 kwargs.patch | (download) |
test/test_performance.rb |
4 2 2 - 0 ! |
kwargs |
0002 uglifier to terser.patch | (download) |
lib/sprockets/autoload/uglifier.rb |
4 2 2 - 0 ! |
--- |
0003 disable coffee script tests.patch | (download) |
test/test_processor_utils.rb |
1 1 0 - 0 ! |
--- |
0004 Support Minitest 5.20.patch | (download) |
test/sprockets_test.rb |
2 1 1 - 0 ! |
fix minitest constant name in tests Minitest 5.19.0 removed the "ancient MiniTest compatibility layer" that aliased `Minitest` as `MiniTest`. CI runs without a lock file so tests are failing due to this new release. . This commit renames all of the tests to the correct `Minitest` constant |
0005 Fix tests with ruby3.3.patch | (download) |
lib/sprockets/uri_utils.rb |
2 1 1 - 0 ! |
make the uri tests pass with ruby-head * host is "" instead of nil, following the upstream change: ruby/uri@81263c9 |