Commit Graph

10 Commits (3f697fcdf181bf3a93d99b11344c685b821667e5)

Author SHA1 Message Date
dependabot[bot] d64055c060
Bump bootsnap from 1.6.0 to 1.8.1 ()
* Bump bootsnap from 1.6.0 to 1.8.1

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.6.0 to 1.8.1.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.6.0...v1.8.1)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove deprecated bootsnap config options

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
ThibG 9734c9b6fe
Add clean error message when RAILS_ENV is unset ()
By default, an unset RAILS_ENV is understood as RAILS_ENV=development.

However, this is not what most people expect, and due to development-only
dependencies, users are often left with confusing error messages.

This commit changes it so that an explicit RAILS_ENV is required, and
failing that, an error message is displayed before loading the app.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Eugen Rochko 426d7191d9
Fix bootsnap cache directory being declared relatively ()
Resolve 
aus-social 1f98eae1cf Lint pass ()
abcang ac15c26c29 Fix requirie bootsnap ()
Eugen Rochko e09301f414
Adjust bootsnap configuration for newer version ()
Yamagishi Kazutoshi 50529cbceb Upgrade Rails to version 5.2.0 ()
Eugen Rochko c2f70829d9 Adds bootsnap. Faster boot time ()
Eugen Rochko 10ba09f546 Upgrade to Rails 5.0.0.1
Eugen Rochko 9c4856bdb1 Initial commit