trabajo-afectivo/config/boot.rb

7 lines
283 B
Ruby
Raw Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
2018-04-12 14:57:37 +00:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2012-04-10 13:31:21 +00:00
2015-09-25 14:37:55 +00:00
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.