Skip to content

Commit 62dea09

Browse files
authored
Merge branch 'master' into master
2 parents ef5d220 + 90e0914 commit 62dea09

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
3.0.0

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ rvm:
55
- 2.5.5
66
- 2.6.2 # Uses unicode 12.0.0
77
- 2.6.3 # Uses unicode 12.1.0
8-
- 2.7.0
8+
- 2.7.2
9+
- 3.0.0
910
- ruby-head
1011
matrix:
1112
allow_failures:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Obviously, you will get different (random) results if you try these yourself!
5252
```
5353

5454
## Supported ruby versions
55-
MRI 2.4.0 (oldest non-[EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) version) --> 2.6.3 (latest stable version)
55+
MRI 2.4.0 (oldest non-[EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) version) --> 3.0.0 (latest stable version)
5656

5757
MRI 2.0.0 --> 2.3.x were supported until version `1.5.0` of this library. Support was dropped primarily
5858
because of the need to use `RbConfig::CONFIG['UNICODE_VERSION']`, which was added to ruby version `2.4.0`.

0 commit comments

Comments
 (0)