From 909d88d5e622542190950f34c01aef32ee54d2aa Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 20 Aug 2019 10:19:00 +0800 Subject: [PATCH] Update Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 242ff98..cea8d4a 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ RDoc::Task.new(:rdoc) do |rdoc| end -render js: "console.log(123)" +puts '123' Bundler::GemHelper.install_tasks