mkristian / jar-dependencies

manage jar dependencies for ruby gems
MIT License
34 stars 19 forks source link

Fix warning #71

Closed deivid-rodriguez closed 5 years ago

deivid-rodriguez commented 5 years ago

I'm working on getting rubygems tests to pass under jruby and I'm getting this warning ~all over the place~ once

/home/deivid/.rbenv/versions/jruby-9.2.7.0/lib/ruby/stdlib/jars/installer.rb:48: warning: Ambiguous first argument; make sure.

This change should fix it.

mkristian commented 5 years ago

@deivid-rodriguez thanks. need to make the CI more stable and then I will release a new version.

deivid-rodriguez commented 4 years ago

Hi @mkristian! How is the new version going? Can I help with something?