X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96fefe6c6fc2e3bd7e4efbb0b6a7dedb9221aff7..f05038cfab2cc9bea0c34088e478177fb9b0a439:/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')