Skip to content

Upgrade pry-shell to 0.5.0

Mehmet Emin INAC requested to merge update_pry-shell_to_0_5_0 into master

What does this MR do and why?

This MR upgrades the pry-shell gem version to 0.5.0.

The changes are;

  1. Auto-connect by default.
  2. pry-byebug support by default(can be disabled by binding.pry_shell(with_byebug: false)).
  3. Fixes the following warning message;
Loading development environment (Rails 6.1.3.2)
Found plugin pry-shell, but could not require 'pry-shell'
cannot load such file -- pry-shell
[1] pry(main)> 

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports