projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
14873: Rails 5 upgrade. Some tests still failing. (WIP)
[arvados.git]
/
services
/
api
/
bin
/
bundle
1
#!/usr/bin/env ruby
2
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
load Gem.bin_path('bundler', 'bundle')