21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 15:30:49 +02:00
chexpire/config/boot.rb

5 lines
207 B
Ruby
Raw Normal View History

2018-05-23 10:32:04 +02:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2022-02-13 10:25:06 +01:00
require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.