Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JRuby gem spec no longer needs to include 1.9
because we're officially removing support for JRuby 1.7 Part of #1741 [skip ci]
- Loading branch information
616a8d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting that this hasn't caused issues with JRuby - since there's no ext to build (only on C).
guess rake and the ext logic is smart enough no to build if the declared ext file is actually missing ... (#1714)