mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 13:55:52 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@13900 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
129 B
Ruby
Executable File
4 lines
129 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
load Gem.bin_path('bundler', 'bundle')
|