-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Deploying an application in Torquebox fails with the following error message:
Caused by: org.jruby.exceptions.RaiseException: (GemRequireError) There was an error while trying to load the gem 'savon'.
Gem Load Error is: undefined local variable or methodnum' for #<Socksify::Color:0x30580987> Backtrace for gem load error is: /opt/torquebox/jruby/lib/ruby/gems/shared/gems/socksify-1.7.0/lib/socksify/debug.rb:24:into_s'
The following diff fixes the problem:
--- socksify-1.7.0/lib/socksify/debug.rb.orig 2016-10-13 14:40:25.244538919 +0200
+++ socksify-1.7.0/lib/socksify/debug.rb 2016-10-13 14:44:18.516043198 +0200
@@ -19,7 +19,9 @@
def self::to_s
new.to_s
end
-
+
+ def num; 37; end
+
def to_s
"\e[1m\e[#{num}m"
end
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels