debian-mirror-gitlab/bin/rake

8 lines
152 B
Plaintext
Raw Normal View History

2014-09-02 18:07:02 +05:30
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
2015-09-11 14:41:01 +05:30
require 'bundler/setup'
load Gem.bin_path('rake', 'rake')