Skip to content

Commit d3a9e5b

Browse files
st0012ko1
authored andcommitted
Mention Ruby version requirement in Readme
1 parent f689a15 commit d3a9e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# debug.rb
44

5-
This library provides debugging functionality to Ruby.
5+
This library provides debugging functionality to `Ruby MRI 2.6+`.
66

77
This debug.rb is replacement of traditional lib/debug.rb standard library which is implemented by `set_trace_func`.
88
New debug.rb has several advantages:

misc/README.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# debug.rb
44

5-
This library provides debugging functionality to Ruby.
5+
This library provides debugging functionality to `Ruby MRI 2.6+`.
66

77
This debug.rb is replacement of traditional lib/debug.rb standard library which is implemented by `set_trace_func`.
88
New debug.rb has several advantages:

0 commit comments

Comments
 (0)