17417: Merge branch 'main' into 17417-add-arm64
[arvados.git] / services / api / config / boot.rb
index 4489e58688ca642d8e0e9489f6896f49f9b89da6..8087911837bf64f32323b6fa568f49a32575c927 100644 (file)
@@ -1,6 +1,8 @@
-require 'rubygems'
+# 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', __FILE__)
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
 
-require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
+require 'bundler/setup' # Set up gems listed in the Gemfile.