mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@21327 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
201 B
Ruby
7 lines
201 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.exist?(ENV['BUNDLE_GEMFILE'])
|