Skip to content

Commit

Permalink
➖ pry and pry-byebug are not currently compatible with each other, so…
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 24, 2021
1 parent 47f78f7 commit a737f6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Expand Up @@ -17,10 +17,8 @@ end

group :development, :test do
if ruby_version >= Gem::Version.new('2.4')
# No need to run byebug / pry on earlier versions
# No need to run byebug on earlier versions
gem 'byebug', platform: :mri
gem 'pry', platform: :mri
gem 'pry-byebug', platform: :mri
end

if ruby_version >= Gem::Version.new('2.7')
Expand Down

0 comments on commit a737f6a

Please sign in to comment.