Some checks failed
CI / scan_ruby (push) Successful in 2m46s
CI / lint (push) Successful in 31s
CI / test (push) Failing after 10s
5 lines
90 B
Ruby
Executable File
5 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative "../config/boot"
|
|
require "rake"
|
|
Rake.application.run
|