From 975ab9e285baf4f1b22b60104db4f8f982c1db8b Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 20:59:17 -0400 Subject: New Rails project with pgsql --- bin/rake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/rake (limited to 'bin/rake') diff --git a/bin/rake b/bin/rake new file mode 100755 index 0000000..7327f47 --- /dev/null +++ b/bin/rake @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +load File.expand_path("spring", __dir__) +require_relative "../config/boot" +require "rake" +Rake.application.run -- cgit v1.2.3