projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
14873: Fixes all deprecation notes on unit tests
[arvados.git]
/
services
/
api
/
config
/
boot.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
# Set up gems listed in the Gemfile.
6
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
7
8
require 'bundler/setup'