File: boot.rb

package info (click to toggle)
redmine 5.0.4-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,152 kB
  • sloc: ruby: 111,982; javascript: 26,379; sh: 458; perl: 303; python: 166; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

ENV['RAILS_ENV'] ||= 'production'

require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])