You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.jruby.embed.EvalFailedException: (TypeError) can't convert nil into String
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:133)
at org.sonatype.nexus.ruby.DefaultRubygemsGateway.newScript(DefaultRubygemsGateway.java:48)
I fixed #1875 but I'm not sure how to test your case, since the file you linked has disappeared. If you can re-test to confirm my fix, I'd appreciate it.
the code is: https://github.com/sonatype/nexus-ruby-support/blob/master/nexus-ruby-tools/src/main/java/org/sonatype/nexus/ruby/DefaultRubygemsGateway.java#L48
during the test the script lives on the currentThread.contextClassloader on production it will live inside an OSGi bundle.
works just fine with jruby-1.7.12 - jruby-1.7.13 already fails the same the current 1.7.14-SNAPSHOT
The text was updated successfully, but these errors were encountered: