Skip to content

Commit db1d09c

Browse files
committed
Add a note about Ruby 2.7 / 3.1 support to README
1 parent 7045fd5 commit db1d09c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Tested MRI Ruby Versions:
3434
- 3.2
3535
- 3.3
3636

37+
Note: For Ruby 2.7 or 3.1 support, install object_inspector gem version 0.6.3.
38+
39+
```ruby
40+
gem "object_inspector", "0.6.3"
41+
```
42+
3743
Object Inspector has no other dependencies.
3844

3945
## Configuration

0 commit comments

Comments
 (0)