mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-29 08:27:17 +02:00
7 lines
152 B
Ruby
Executable file
7 lines
152 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path("../spring", __FILE__)
|
|
rescue LoadError
|
|
end
|
|
require 'bundler/setup'
|
|
load Gem.bin_path('rake', 'rake')
|