Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ For complete usage instructions and configuration reference, see our [Ruby SDK d

## Compatibility

Version >= 3.0.0 is compatible with Ruby >= 2.0.0.
Version >= 3.0.0 is compatible with Ruby ~> 2.0.0.

Version >= 2.19.0 is compatible with Ruby >= 1.9.3.
Version >= 2.19.0 is compatible with Ruby ~> 1.9.3.

Version < 2.19.0 is compatible with Ruby >= 1.8.7.
Version < 2.19.0 is compatible with Ruby ~> 1.8.7.

### Ruby 2.6.0

Expand Down