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

@ -3,7 +3,6 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2.1'
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.2.0'
gem 'bootsnap', '~> 1.1'
#gem 'json'

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.