diff --git a/Gemfile b/Gemfile index 19ad205f..ead1e3eb 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/config/boot.rb b/config/boot.rb index b9e460ce..30f5120d 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -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.