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