mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
01e5cf1b30
better_errors version 2.10.0 has a known bug https://github.com/BetterErrors/better_errors/issues/516 whereby there is a call to `require 'sassc'` without the gem specifiying `sassc` as a dependency, so is not installed by dependent projects. The impact on devdocs is that the application cannot start in development environment without adding `sassc` as a dependency.
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": ["github>freecodecamp/renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["better_errors"],
|
|
"allowedVersions": "!/^2\\.10\\.0$/"
|
|
}
|
|
]
|
|
}
|