mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 10:25:55 +01:00 
			
		
		
		
	git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
		
			
				
	
	
		
			5 lines
		
	
	
		
			171 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			171 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # Set up gems listed in the Gemfile.
 | |
| ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 | |
| 
 | |
| require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
 |