File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44* Fix Pry#_pry_ => #pry_instance deprecation
55
66## v0.4.11 (21 May 2020)
7- * Fix broken `show-stack` in Pry 0.13+
8- * Fix Binding.source_location deprecations
7+ * Special branch for Ruby 2.5
8+ * Fix Pry 0.13+ deprecations and broken `show-stack`
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ pry-stack_explorer
33
44_ Walk the stack in a Pry session_
55
6- Note: ** Requires Ruby 2.6+ as of version 0.5.0.**
6+ Ruby versions: ** Branch v0.5 requires Ruby 2.6+** . Branch v0.4.11+ will remain for Ruby 2.5 users until its EOL in March 2021.
7+
8+ ---
79
810pry-stack_explorer is a plugin for the [ Pry] ( http://pry.github.com )
911REPL that enables the user to navigate the call-stack.
@@ -69,8 +71,8 @@ Output from above is `Goodbye` as we changed the `x` local inside the `alpha` (c
6971Compatible versions
7072-------------------
7173* v0.5: Ruby 2.6+, Pry 0.13+
72- * v0.4.10 : Ruby 2.6+ , Pry 0.12+
73- * v0.4.9.3: Ruby 2.5 and older
74+ * v0.4.11 : Ruby 2.5 , Pry 0.12+ (branch ` works-with-ruby-2-5 ` )
75+ * v0.4.9.3: Older versions
7476
7577
7678License
You can’t perform that action at this time.
0 commit comments