Remove bootsnap

It was causing weird hangs while booting the app.
This commit is contained in:
Matt Rogers 2018-11-20 19:56:02 -06:00
parent cc50993861
commit d1b13e7c35
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.