Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use older reline version to avoid using C extensions on JRuby.
IRB gem uses reline which now uses io-console gem since v0.1.0. io-console uses C extensions which do not work on JRuby. See ruby/reline#95. We're restricting reline to v0.7.0 (without io-console) so we can continue to run our specs on JRuby.
- Loading branch information