15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / apps / workbench / bin / bundle
1 #!/usr/bin/env ruby
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
7 load Gem.bin_path('bundler', 'bundle')