X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3cc37a0ba2c572731ef998a7f5724294c9415fdb..eb8307817db46d208c5c3517dbeafbc5b02a6f5f:/services/api/bin/bundle diff --git a/services/api/bin/bundle b/services/api/bin/bundle index 66e9889e8b..00d640cf7c 100755 --- a/services/api/bin/bundle +++ b/services/api/bin/bundle @@ -1,3 +1,8 @@ #!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) + +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) load Gem.bin_path('bundler', 'bundle')