1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/boot.rb

5 lines
207 B
Ruby
Raw Normal View History

2020-03-11 16:18:17 +01:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2015-05-05 03:10:25 +02:00
2020-03-11 16:18:17 +01:00
require 'bundler/setup' # Set up gems listed in the Gemfile.
2020-03-31 11:28:00 +02:00
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.