Skip to content

Commit 1d560d5

Browse files
committed
Upgrade joni version
1 parent 2a415cf commit 1d560d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Compatibility:
1515
* Implement `ObjectSpace::WeakKeyMap` (#3681, @andrykonchin).
1616
* Fix `String#slice` called with negative offset (@andrykonchin).
1717
* Fix explicitly inherited `Struct` subclasses and don't provide `#members` method (#3802, @andrykonchin).
18+
* Joni has been updated from 2.2.1 to 2.2.6 (@andrykonchin).
1819

1920
Performance:
2021

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
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)