Skip to content

Commit 667aabd

Browse files
committed
[GR-63789] Upgrade Joni version
PullRequest: truffleruby/4506
2 parents ed2974c + 1d560d5 commit 667aabd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Compatibility:
1616
* Fix `String#slice` called with negative offset (@andrykonchin).
1717
* Fix explicitly inherited `Struct` subclasses and don't provide `#members` method (#3802, @andrykonchin).
1818
* Support Digest plugins (#1390, @nirvdrum).
19+
* Joni has been updated from 2.2.1 to 2.2.6 (@andrykonchin).
1920

2021
Performance:
2122

mx.truffleruby/suite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"maven": {
7777
"groupId": "org.jruby.joni",
7878
"artifactId": "joni",
79-
"version": "2.2.1"
79+
"version": "2.2.6"
8080
},
8181
"digest": "sha512:e4fa4dda7478d5254b80aa77014d6df05317ac55d957da9ade6c9a80968aaf49d87d58930b8ddd44333270fa38984649858655b54c3aa8463602e0da8902d53a",
8282
"sourceDigest": "sha512:90b9a5216c748cc170a17bf58289553e0fe7695b16e7cacefd126d506ee7700e4cd7739e2d2500442ae7077fb88fcd64621c5a005b1fc6909ea75c88ce8cb536",

0 commit comments

Comments
 (0)