Cleanup .jrubyrc

* Remove invoked dynamic, it slows down Ruby.
* Remove ObjectSpace which slows down JRuby, we use inheritance now.
* Remove the compat version 9K is Ruby2 by default.
This commit is contained in:
Jordon Bedwell 2016-01-10 14:54:45 -06:00
parent e888375081
commit e192588013
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
backtrace.mask=true
compile.invokedynamic=true
objectspace.enabled=true
backtrace.color=true
compat.version=2.2
backtrace.style=mri