Remove the Rails dependency on host by fixing the bin/ra[ke,ils] scripts to use basic sh

This commit is contained in:
Jyri-Petteri Paloposki 2021-08-25 20:02:04 +03:00
parent bb2bcd7245
commit d9e20e6d12
4 changed files with 35 additions and 14 deletions

5
bin/run-rake Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run