You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2020/06/29 01:29:49 UTC

[whimsy] branch master updated: Seems to be required on Ubuntu 20.04 / Ruby 2.7

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 477d749  Seems to be required on Ubuntu 20.04 / Ruby 2.7
477d749 is described below

commit 477d749cb2817adfb3b48bdf0b87f92930c34ebe
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jun 28 21:29:07 2020 -0400

    Seems to be required on Ubuntu 20.04 / Ruby 2.7
---
 www/ruby2js.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/ruby2js.cgi b/www/ruby2js.cgi
index bd0843d..ccc38c2 100755
--- a/www/ruby2js.cgi
+++ b/www/ruby2js.cgi
@@ -1,4 +1,4 @@
 #!/usr/bin/env ruby
 Dir.chdir "/srv/git/ruby2js/demo"
 $:.unshift '/srv/git/ruby2js/lib'
-require "./ruby2js"
+load "./ruby2js.rb"