mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
202 B
Ruby
7 lines
202 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Set up gems listed in the Gemfile.
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
|
|
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|