Skip to content

Commit

Permalink
Don't add pry-byebug on Ruby 2.3, where it's broken, see pry/pry#2121
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Mar 24, 2020
1 parent 38cb7fc commit 982e8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'bootsnap' # required by the Rails apps generated in tests
gem 'ruby-prof', platform: :ruby
gem 'pry'
gem 'pry-stack_explorer', platform: :ruby
if RUBY_VERSION >= "2.3"
if RUBY_VERSION >= "2.4"
gem 'pry-byebug'
end

Expand Down

0 comments on commit 982e8a7

Please sign in to comment.