Skip to content

Commit

Permalink
Fix ruby version reference in changelog
Browse files Browse the repository at this point in the history
`Binding.source_location` was introduced in ruby 2.6, but the warning
being fixed here is 2.7 specific.
  • Loading branch information
deivid-rodriguez committed Jan 22, 2020
1 parent f1ff37f commit abe9152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Fixed

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

## 3.7.0 (2019-02-21)

Expand Down

0 comments on commit abe9152

Please sign in to comment.