aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 63bb37799e..dbfc76df82 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,6 +94,8 @@ local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exist? local_gemfile
group :test do
+ gem 'minitest-bisect'
+
platforms :mri do
gem "stackprof"
gem "byebug"