diff options
Diffstat (limited to 'bin/rake')
-rwxr-xr-x | bin/rake | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,7 +1,4 @@ #!/usr/bin/env ruby -begin - load File.expand_path("../spring", __FILE__) -rescue LoadError -end -require 'bundler/setup' -load Gem.bin_path('rake', 'rake') +require_relative '../config/boot' +require 'rake' +Rake.application.run |