diff options
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') |