ruby/net-imap

Newly added date dependency in 0.3.2 breaks JRuby installs

Closed this issue · 1 comments

0.3.2 added a dependency on date which breaks installing Rails under JRuby (without some extensions building stuff?) due to its transitive dependency on net-imap and then seems to relate to ruby/date#48

Not sure if there'll be any change here so feel free to close if so, but logging here so people can discover it.

See gocd/gocd#11097 for one such example. One normally doesn't expect to be building native extensions under JRuby.

An empty date-3.3.1-java gem has been released per the linked ticket which resolves this for gem installs of rails on latest dependencies, so closing this now :-)