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