From 92cfe38cf0bf7e5b531298f4fca1e36d7968fa06 Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor <4314581+kapoorlakshya@users.noreply.github.com> Date: Fri, 19 Jul 2024 05:53:26 +0000 Subject: [PATCH] Don't install pry-byebug for jruby --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0d6cfbf..3f1a2ca 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'ffi' # For selenium-webdriver on Windows -gem 'pry-byebug', '~> 3.10', '>= 3.10.1' +gem 'pry-byebug', '~> 3.10', '>= 3.10.1' unless RUBY_PLATFORM == 'java' # jruby not supported gem 'rake', '>= 12.0' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.64'