File: boot.rb

package info (click to toggle)
redmine 3.3.1-4%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,156 kB
  • sloc: ruby: 84,625; sh: 399; perl: 303; python: 154; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

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

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