From 3291392c80b17389f22f8f3132a8a2f60c1bc933 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 8 Nov 2018 16:29:53 -0600 Subject: [PATCH] Boot update --- config/boot.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/boot.rb b/config/boot.rb index 3a9aadeb..c6ea5a03 100755 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,8 +1,7 @@ # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -require 'rubygems' - +# # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) -require 'bootsnap/setup' +require 'bootsnap/setup' \ No newline at end of file