sealuzh / cloud-stove

The Cloud Stove Backend
https://api.thestove.io
Apache License 2.0
4 stars 0 forks source link

Pin bootstrap gem to; Use UNIX-based Gemfile.lock #188

Closed joe4dev closed 7 years ago

joe4dev commented 7 years ago

Migrating to bootstrap 4.0.0.alpha6 would involve further changes in _type.scss.erb ($font-size-root is not available anymore) and all dependents because Bootstrap 4 switches from px-based to rem-based font sizes (see https://github.com/twbs/bootstrap/issues/19943).

Furthermore, rebuilding the Gemfile.lock on UNIX prevents Heroku from throwing away the Windows-based lock file in future builds. Notice that this includes updating some other gems in their minor versions.