Skip to content

Commit 0a17a2a

Browse files
Lillian Zhangeregon
authored andcommitted
Update to Joni 2.1.40 and JCodings 1.0.55
(cherry picked from commit 5ac55e5)
1 parent 0425d9e commit 0a17a2a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

3rd_party_licenses.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4141
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SU
4242
================================================================================
4343

44-
JONI 2.1.30
44+
JONI 2.1.40
4545

4646
/*
4747
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -365,7 +365,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
365365
SUCH DAMAGE.
366366
================================================================================
367367

368-
JCodings 1.0.45
368+
JCodings 1.0.55
369369

370370
/*
371371
* Permission is hereby granted, free of charge, to any person obtaining a copy

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Compatibility:
5050
* Convert objects with `#to_path` in `$LOAD_PATH` (#2119).
5151
* Handle the functions being native for `rb_thread_call_without_gvl()` (#2090).
5252
* Support refinements for Kernel#respond_to? (#2120, @ssnickolay)
53+
* JCodings has been updated from 1.0.45 to 1.0.55.
54+
* Joni has been updated from 2.1.30 to 2.1.40.
5355

5456
Performance:
5557

mx.truffleruby/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"maven": {
5252
"groupId": "org.jruby.joni",
5353
"artifactId": "joni",
54-
"version": "2.1.30"
54+
"version": "2.1.40"
5555
},
56-
"sha1": "a23a567521996c2a412688763892cddbca7c3bd6",
56+
"sha1": "18766fa1b624d615d3a1cac513bf729adfd6b38f",
5757
"sourceSha1": "a1444342fc0c275613d43ca3d0a71ce919d85b18",
5858
"license": ["MIT"],
5959
},
@@ -62,9 +62,9 @@
6262
"maven": {
6363
"groupId": "org.jruby.jcodings",
6464
"artifactId": "jcodings",
65-
"version": "1.0.45"
65+
"version": "1.0.55"
6666
},
67-
"sha1": "029404c013b3d51a8c60fac80409bb3d64dfb816",
67+
"sha1": "57169ef6964f44aef67b247cb87f053d93182488",
6868
"sourceSha1": "702693ea01e006385f2834ad56dad54b7a4ca248",
6969
"license": ["MIT"],
7070
},

0 commit comments

Comments
 (0)