projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21448: adjusted test specs Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
[arvados.git]
/
services
/
api
/
bin
/
bundle
1
#!/usr/bin/env ruby
2
3
# Copyright (C) The Arvados Authors. All rights reserved.
4
#
5
# SPDX-License-Identifier: AGPL-3.0
6
7
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
8
load Gem.bin_path('bundler', 'bundle')