Skip to content

Commit

Permalink
Don't install pry-byebug for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 19, 2024
1 parent 9d4ed1d commit 3e220b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ source 'https://rubygems.org'

gemspec

gem 'ffi' # For selenium-webdriver on Windows
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
unless RUBY_PLATFORM == 'java'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
end

gem 'rake', '>= 12.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.64'
Expand Down

0 comments on commit 3e220b6

Please sign in to comment.