Skip to content

Commit daf344d

Browse files
authored
Update version compatibility info in README (#562)
1 parent 09c6eac commit daf344d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [CHORE] ...
66
* [FEATURE] ...
77

8+
* [CHORE] Updated README with last supported Ruby versions for the older as well as the latest releases of Rubycritic/Ruby (by [@faisal][])
89
* [CHANGE] Drop support for Ruby 3.1.x and JRuby 9.4 (by [@faisal][])
910
* [CHANGE] Add CI support for JRuby 10.0 (by [@faisal][])
1011
* [CHANGE] Bump cucumber dependency (by [@faisal][])

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,13 @@ RubyCritic is supporting Ruby versions:
244244
| 2.4 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) |
245245
| 2.5 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) |
246246
| 2.6 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) |
247-
| 2.7 | [v4.9.x](https://github.com/whitesmith/rubycritic/tree/v4.9.1) |
248-
| 3.0 | latest |
249-
| 3.1 | latest |
247+
| 2.7 | [v4.9.1](https://github.com/whitesmith/rubycritic/tree/v4.9.1) |
248+
| 3.0 | [v4.9.2](https://github.com/whitesmith/rubycritic/tree/v4.9.1) |
249+
| 3.1 | [v4.11.0](https://github.com/whitesmith/rubycritic/tree/v4.11.0) |
250250
| 3.2 | latest |
251251
| 3.3 | latest |
252+
| 3.4 | latest |
253+
| 4.0 | latest |
252254

253255
## Improving RubyCritic
254256

0 commit comments

Comments
 (0)