X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/043dd5e0f26626509d522a48f27e6f3fbfb023ef..91e3daf696cda4f9c8bee8ef73a2f15ce0476b6e:/services/api/config/boot.rb diff --git a/services/api/config/boot.rb b/services/api/config/boot.rb index 9605b584e9..d69bd27dca 100644 --- a/services/api/config/boot.rb +++ b/services/api/config/boot.rb @@ -1,9 +1,3 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 - -# Set up gems listed in the Gemfile. 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. \ No newline at end of file +require "bundler/setup" # Set up gems listed in the Gemfile.