Retrospring/config/boot.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
153 B
Ruby
Raw Normal View History

2022-07-19 03:24:52 -07:00
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2014-08-01 02:23:47 -07:00
2022-07-19 03:24:52 -07:00
require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup"