mirror of https://github.com/freeCodeCamp/devdocs
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.pull/1979/head
parent
3baf9052ae
commit
01e5cf1b30
@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": ["github>freecodecamp/renovate-config"]
|
"extends": ["github>freecodecamp/renovate-config"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["better_errors"],
|
||||||
|
"allowedVersions": "!/^2\\.10\\.0$/"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue