2017-04-30 19:48:31 +08:00
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
2012-06-23 06:19:03 +08:00
|
|
|
|
2017-04-30 19:48:31 +08:00
|
|
|
require 'bundler/setup' # Set up gems listed in the Gemfile.
|
2018-05-19 15:09:22 +08:00
|
|
|
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
|