Skip to content

Commit 5fefd99

Browse files
committed
Revert back to irb 1.0.0 for now
Recent irb versions have code that uses JRuby.compile_ir to test the syntax of incoming code. However we recently changed our boot requires such that `compile_ir` is not bound by default. This can be reverted and IRB updated once ruby/irb#93 gets into a release.
1 parent 8377849 commit 5fefd99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def log(message=nil)
2222
['forwardable', '1.2.0'],
2323
['io-console', '0.5.6'], # dummy on JRuby but dependency of irb
2424
['ipaddr', '1.2.2'],
25-
['irb', '1.2.3'],
25+
['irb', '1.0.0'],
2626
['jar-dependencies', '${jar-dependencies.version}'],
2727
['jruby-readline', '1.3.7'],
2828
['jruby-openssl', '0.10.4'],

spec/tags/ruby/core/binding/irb_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)