]> git.arvados.org - arvados.git/blob - services/api/config/boot.rb
12084: Reap children whose threads exit abnormally (status == nil).
[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 require 'rubygems'
6
7 # Set up gems listed in the Gemfile.
8 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
9
10 require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])