left4me/rails/config/boot.rb
mwiegand 6722d76af3
wip
2022-11-20 21:45:56 +01: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.