Skip to content

Commit abe9152

Browse files
Fix ruby version reference in changelog
`Binding.source_location` was introduced in ruby 2.6, but the warning being fixed here is 2.7 specific.
1 parent f1ff37f commit abe9152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Fixed
66

77
* use Binding#source_location instead of evaluating __FILE__ to avoid warnings
8-
for Ruby >= 2.6 (#221).
8+
for Ruby 2.7 (#221).
99

1010
## 3.7.0 (2019-02-21)
1111

0 commit comments

Comments
 (0)