Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove-git-from-gemspec.patch | Remove git from gemspec Replace git usage to Ruby syntax. Also, `test_files` was deprecated [1], so removing it. . [1] https://github.com/rubygems/rubygems/issues/735 |
Jongmin Kim <jmkim@pukyong.ac.kr> | not-needed | 2019-06-22 | ||
disable-internet-access.patch | Disable Internet access tests | Jongmin Kim <jmkim@pukyong.ac.kr> | not-needed | 2019-06-21 | ||
add-webpacker-to-loadpath-in-testapp.patch | Add webpacker to $LOAD_PATH in test_app test_app depends on webpacker, but could not load during build. . This patch will add webpacker ('../../lib') to $LOAD_PATH in test_app. |
Jongmin Kim <jmkim@pukyong.ac.kr> | not-needed | 2019-06-21 | ||
use-system-yarnpkg.patch | Use system yarnpkg instead of yarn In Debian, yarn is packaged as "yarnpkg". . This patch will replace all the "bin/yarn" usages to "bin/yarnpkg". |
Jongmin Kim <jmkim@pukyong.ac.kr> | not-needed | 2019-06-21 | ||
skip-check-node.patch | This check fails to detect nodejs, moreover apt will ensure nodejs is present | no | ||||
skip-check-yarn.patch | Skip checking for yarn which does not work, moreover apt ensures yarn is present | no |