tab/config/boot.rb

5 lines
209 B
Ruby
Raw Permalink Normal View History

2018-06-20 16:02:33 +00:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2015-09-07 09:44:48 +00:00
require 'bundler/setup' # Set up gems listed in the Gemfile.
2018-06-20 16:02:33 +00:00
# require 'bootsnap/setup' # Speed up boot time by caching expensive operations.