foodsoft/config/boot.rb

5 lines
207 B
Ruby
Raw Normal View History

2020-09-04 12:57:19 +02:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2009-01-06 11:49:19 +01:00
2020-09-04 12:57:19 +02:00
require 'bundler/setup' # Set up gems listed in the Gemfile.
2020-08-01 00:20:42 +02:00
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.