Skip to content

Commit efb7855

Browse files
committed
Merge branch 'master' into works-with-ruby-2-5
2 parents b831162 + 7058ed2 commit efb7855

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
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`

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

810
pry-stack_explorer is a plugin for the [Pry](http://pry.github.com)
911
REPL 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
6971
Compatible 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

7678
License

0 commit comments

Comments
 (0)