projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11590: Add "reuse jobs even if conflicting outputs exist" and "log reuse decisions...
[arvados.git]
/
services
/
api
/
config
/
boot.rb
1
require 'rubygems'
2
3
# Set up gems listed in the Gemfile.
4
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
5
6
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])