2019-12-18 09:49:57 -06:00
|
|
|
# typed: strong
|
2018-10-17 09:38:04 -05:00
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
2007-03-30 04:36:52 +00:00
|
|
|
|
2015-08-09 17:07:07 -04:00
|
|
|
require 'bundler/setup' # Set up gems listed in the Gemfile.
|