Skip to content

Commit d59f534

Browse files
committed
Update jar-dependencies
We've decided that the hard dependency on ruby-maven is too large and too sticky to go with, so I've reverted that change and we will continue to work through the parallel-install issues separately. See ruby/rubygems#9386 (comment) I also modified stringio to no longer include ruby-maven as a dev dependency, since it does not need it. This dodges the issue for now by avoiding the ruby-maven dependencies being installed by both bundler and the post-install jar-dependencies hook.
1 parent 00356bd commit d59f534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def log(message = nil)
4848
# ['io-nonblock', '0.3.2'],
4949
['io-wait', '0.4.0'],
5050
['ipaddr', '1.2.8'],
51-
['jar-dependencies', '0.5.6'],
51+
['jar-dependencies', '0.5.7'],
5252
['jruby-readline', '1.3.7'],
5353
['jruby-openssl', '0.15.5'],
5454
['json', '2.18.0'],

0 commit comments

Comments
 (0)