X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a9b9c6ff05e0268570b829bd62a6f683cf9f1d19..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.