Spring updated

This commit is contained in:
Christoph Haas 2017-04-06 12:51:00 +02:00
parent 464fc0de95
commit 43c52d77ab
3 changed files with 14 additions and 10 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'