Lock better_errors gem to working versions
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.