2021-06-01 12:20:20 +00:00
|
|
|
# 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.
|
2019-07-04 11:16:55 +00:00
|
|
|
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
|