projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 6859-fix-invalid-manifests
[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.exists?(ENV['BUNDLE_GEMFILE'])