X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c89213f5a5e303050caaebe4f8fdf2980fc65605..f049ebcb40b5509413f73840ead3ef8893f9331b:/services/api/config/boot.rb diff --git a/services/api/config/boot.rb b/services/api/config/boot.rb index 8087911837..282011619d 100644 --- a/services/api/config/boot.rb +++ b/services/api/config/boot.rb @@ -1,8 +1,3 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) -# 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 "bundler/setup" # Set up gems listed in the Gemfile.