2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-02-01 19:15:35 +00:00
|
|
|
# Set up gems listed in the Gemfile.
|
2019-07-30 21:29:24 +00:00
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__)
|
2019-02-01 19:15:35 +00:00
|
|
|
|
2019-07-30 21:29:24 +00:00
|
|
|
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
|
|
|
$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
|