foodsoft/config/boot.rb
Patrick Gansterer 899a83bec4 Rails 5.2
2020-09-05 14:40:11 +02:00

4 lines
207 B
Ruby

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.