X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb4efac6793d18892dde09c631895cb98c3df470..2c854a99434c76e0165543bedfe9e97a1fe81ae8:/services/api/bin/bundle?ds=sidebyside diff --git a/services/api/bin/bundle b/services/api/bin/bundle index 044b5ca231..00d640cf7c 100755 --- a/services/api/bin/bundle +++ b/services/api/bin/bundle @@ -4,5 +4,5 @@ # # SPDX-License-Identifier: AGPL-3.0 -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) load Gem.bin_path('bundler', 'bundle')