boot.rb 404 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
  3. # Unfortunately, Rails empties ARGV when executing commands, so remember it now.
  4. require_relative '../lib/argv_helper'
  5. require 'bundler/setup' # Set up gems listed in the Gemfile.
  6. require 'bootsnap/setup' # Speed up boot time by caching expensive operations.