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 25, 2020
1 parent 09a8ec4 commit b4a6e79
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 b4a6e79

Please sign in to comment.