summaryrefslogtreecommitdiff
path: root/bin/rake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rake')
-rw-r--r--bin/rake4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/rake b/bin/rake
index 17240489f64..8017a0271d2 100644
--- a/bin/rake
+++ b/bin/rake
@@ -1,4 +1,8 @@
#!/usr/bin/env ruby
+begin
+ load File.expand_path("../spring", __FILE__)
+rescue LoadError
+end
require_relative '../config/boot'
require 'rake'
Rake.application.run