Upgrade pry-shell to 0.5.0
What does this MR do and why?
This MR upgrades the pry-shell
gem version to 0.5.0
.
The changes are;
- Auto-connect by default.
-
pry-byebug
support by default(can be disabled bybinding.pry_shell(with_byebug: false)
). - 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.
-
I have evaluated the MR acceptance checklist for this MR.