You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,11 @@ For more help please see our [Examples and Guides](https://github.com/twitterdev
48
48
49
49
## Compatibility & Versioning
50
50
51
-
This project is designed to work with Ruby 2.3.0 or greater. While it may work on other version of Ruby, below are the platform and runtime versions we officially support and regularly test against.
51
+
This project is designed to work with Ruby 2.4.0 or greater. While it may work on other version of Ruby, below are the platform and runtime versions we officially support and regularly test against.
52
52
53
53
Platform | Versions
54
54
-------- | --------
55
-
MRI | 2.3.0, 2.4.x, 2.5.x, 2.6.x
56
-
JRuby | 1.7.x, 9.0.0.0 (JDK7, JDK8, OpenJDK)
55
+
MRI | 2.4.x, 2.5.x, 2.6.x
57
56
Rubinius | 2.4.x, 2.5.x
58
57
59
58
All releases adhere to strict [semantic versioning](http://semver.org). For Example, major.minor.patch-pre (aka. stick.carrot.oops-peek).
0 commit comments