From 003bf902e2361179662ba6f914e5c53f4b00ce93 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 13 Sep 2019 01:18:44 +0900 Subject: [PATCH] Do not require byebug for bundle install actually, pry-byebug was problematic w/ the latest pry and I wanted to stop installing pry-byebug for now. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7030a731..b6c105b6 100644 --- a/Gemfile +++ b/Gemfile @@ -14,11 +14,11 @@ end gem 'benchmark-ips', '2.3.0' gem 'maxitest' +gem 'pry' if /java/ === RUBY_PLATFORM # JRuby gem 'pandoc-ruby' else - gem 'pry-byebug' gem 'redcarpet' if RUBY_PLATFORM !~ /mswin|mingw/ && RUBY_ENGINE != 'truffleruby'