##// END OF EJS Templates
Gemfile: add :x64_mingw platform (aka RubyInstaller x64)...
Gemfile: add :x64_mingw platform (aka RubyInstaller x64) git-svn-id: http://svn.redmine.org/redmine/trunk@13651 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13100:2d1866d966d9
r13269:fcd02af27de0
Show More
bundle
3 lines | 133 B | text/plain | TextLexer
#!/usr/bin/env ruby.exe
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')