X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2addc8887d200219b44121c87a7a44bf4566e42..64c516079154f73da3f2a33a957fa8ae8eb23749:/services/api/bin/bundle 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')