internetee-registry/config/boot.rb
2020-05-29 16:28:57 +03:00

4 lines
153 B
Ruby

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'