diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-20 18:39:33 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-20 18:39:33 -0400 |
commit | 3601ebda79b84c3ea4b21f0e2b91003f206c342a (patch) | |
tree | 9d427a76ed905080dc11f694c53954effe8af511 /bin/rake | |
parent | 71b1a2c7287f0838cdcaeb5a896d582cddfea5d1 (diff) | |
download | gitlab-ce-3601ebda79b84c3ea4b21f0e2b91003f206c342a.tar.gz |
Update spring, re-run binstubs
Diffstat (limited to 'bin/rake')
-rwxr-xr-x | bin/rake | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,6 +3,5 @@ begin load File.expand_path("../spring", __FILE__) rescue LoadError end -require_relative '../config/boot' -require 'rake' -Rake.application.run +require 'bundler/setup' +load Gem.bin_path('rake', 'rake') |