Skip to content

Commit

Permalink
Cleanup .jrubyrc
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
envygeeks committed Jan 10, 2016
1 parent e888375 commit e192588
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .jrubyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
backtrace.mask=true
compile.invokedynamic=true
objectspace.enabled=true
backtrace.color=true
compat.version=2.2
backtrace.style=mri

0 comments on commit e192588

Please sign in to comment.