From e19258801389642ae5f355f97d50810ab97471a1 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Sun, 10 Jan 2016 14:54:45 -0600 Subject: [PATCH] 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. --- .jrubyrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.jrubyrc b/.jrubyrc index c4f93701522..39aa437d81f 100644 --- a/.jrubyrc +++ b/.jrubyrc @@ -1,6 +1,3 @@ backtrace.mask=true -compile.invokedynamic=true -objectspace.enabled=true backtrace.color=true -compat.version=2.2 backtrace.style=mri