Skip to content

Commit 50a8933

Browse files
committed
[GR-63790] Backport to 24.2: Upgrade Joni version
PullRequest: truffleruby/4509
2 parents 09fc4e8 + dd027bd commit 50a8933

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 24.2.2
2+
3+
New features:
4+
5+
6+
Bug fixes:
7+
8+
9+
Compatibility:
10+
11+
* Joni has been updated from 2.2.1 to 2.2.6 (@andrykonchin).
12+
13+
Performance:
14+
15+
16+
Changes:
17+
18+
19+
Memory Footprint:
20+
21+
122
# 24.2.1
223

324
New features:

mx.truffleruby/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"maven": {
7777
"groupId": "org.jruby.joni",
7878
"artifactId": "joni",
79-
"version": "2.2.1"
79+
"version": "2.2.6"
8080
},
81-
"digest": "sha512:e4fa4dda7478d5254b80aa77014d6df05317ac55d957da9ade6c9a80968aaf49d87d58930b8ddd44333270fa38984649858655b54c3aa8463602e0da8902d53a",
82-
"sourceDigest": "sha512:90b9a5216c748cc170a17bf58289553e0fe7695b16e7cacefd126d506ee7700e4cd7739e2d2500442ae7077fb88fcd64621c5a005b1fc6909ea75c88ce8cb536",
81+
"digest": "sha512:b62204f42d976a3c69bb6df006c0ee0fb2c1babd3943e12672db02cb861ab0728f68d5b0e29866d4247d5e9f3e52bf90ea15b74eef43a5a0e344666b0121055a",
82+
"sourceDigest": "sha512:9229253a37f8e5c5abe682f6889c65caaa17f85db6e40fa61d2d9f6f6d96bf4f2c11f80eb2a794739414ff6b60d4e5d471f1749952a89aea1bed1a415cf8acf8",
8383
"license": ["MIT"],
8484
},
8585

test/mri/excludes/TestTimeTZ.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exclude :test_america_los_angeles, "RangeError: bignum too big to convert into `long'"
22
exclude :test_europe_berlin, "TZ=Europe/Berlin Time.local(2011, 10, 30, 2, 0, 0)."
3+
exclude :test_europe_lisbon, "RangeError: bignum too big to convert into `long'"
34
exclude :test_localtime_zone, "<\"GMT+08:00\"> expected but was <\"PST\">."
45
exclude :test_utc_names, "ArgumentError: \"+HH:MM\", \"-HH:MM\", \"UTC\" or \"A\"..\"I\",\"K\"..\"Z\" expected for utc_offset: utc"

0 commit comments

Comments
 (0)