File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
* Support Pry 0.14
5
5
* Adding tests
6
6
* Fix warning on ruby 2.7
7
+
7
8
## 0.3.0 (2019-04-16)
8
9
9
10
* Fix circular require warning.
Original file line number Diff line number Diff line change 1
- ### Using MRI? We recommend [ ** pry-byebug** ] [ pry-byebug ] instead!
1
+ ### Using MRI? We recommend [ ** break ** ] [ break ] or [ ** pry-byebug** ] [ pry-byebug ] instead!
2
2
3
3
# pry-nav [ ![ Ruby] ( https://github.com/nixme/pry-nav/actions/workflows/main.yml/badge.svg )] ( https://github.com/nixme/pry-nav/actions/workflows/main.yml )
4
4
5
5
_ A simple execution control add-on for [ Pry] [ pry ] ._
6
6
7
- Compatible with MRI >= 1.8.7, ![ JRuby] ( https://raw.githubusercontent.com/jruby/collateral/master/logos/PNGs/logo-with-type/full-color/jruby-logo-logo-with-type-small.png ) >= 9.1.3.0.
7
+ Compatible with MRI >= 2.1.0, JRuby >= 9.1.3.0.
8
8
9
9
Teaches [ Pry] [ pry ] about ` step ` , ` next ` , and ` continue ` to create a simple
10
10
debugger.
@@ -75,3 +75,4 @@ file an [issue][issues]. [Project changelog][changelog].
75
75
[ Mon-Ouie ] : https://github.com/Mon-Ouie
76
76
[ pry_debug ] : https://github.com/Mon-Ouie/pry_debug
77
77
[ pry-byebug ] : https://github.com/deivid-rodriguez/pry-byebug
78
+ [ break ] : https://github.com/gsamokovarov/break
You can’t perform that action at this time.
0 commit comments