-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove mini_racer to prevent segfaults (and because we don't use…
… it) (#4478) * fix: downgrade mini_racer to prevent segfaults Currently when I run `rails assets:precompile` the application segfaults. This seems to be related to mini_racer. The easiest solution is to downgrade to a version of mini_rancer without these issues. See rubyjs/mini_racer#300 for more info. * fix: remove it instead
- Loading branch information
1 parent
693c866
commit 3ca0ed9
Showing
2 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters