diff options
Diffstat (limited to 'bin/rake')
| -rwxr-xr-x | bin/rake | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,5 +3,6 @@ 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 |
