Skip to content

Commit fbb9f2b

Browse files
authored
Merge pull request jruby#8667 from headius/jcodings_joni
Update jcodings to 1.0.62 and joni to 2.2.4
2 parents 86c81a3 + 0914c54 commit fbb9f2b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

core/pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
jar 'com.github.jnr:jffi:${jffi.version}'
5252
jar 'com.github.jnr:jffi:${jffi.version}:native'
5353

54-
jar 'org.jruby.joni:joni:2.2.3'
55-
jar 'org.jruby.jcodings:jcodings:1.0.61'
54+
jar 'org.jruby.joni:joni:2.2.4'
55+
jar 'org.jruby.jcodings:jcodings:1.0.62'
5656
jar 'org.jruby:dirgra:0.3'
5757

5858
jar 'com.headius:invokebinder:1.13'

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ DO NOT MODIFY - GENERATED CODE
149149
<dependency>
150150
<groupId>org.jruby.joni</groupId>
151151
<artifactId>joni</artifactId>
152-
<version>2.2.3</version>
152+
<version>2.2.4</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.jruby.jcodings</groupId>
156156
<artifactId>jcodings</artifactId>
157-
<version>1.0.61</version>
157+
<version>1.0.62</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.jruby</groupId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails(JRuby 9.4 updated Unicode to 15.0):RbConfig::CONFIG['UNICODE_EMOJI_VERSION'] is 13.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails(JRuby 9.4 updated Unicode to 15.0):RbConfig::CONFIG['UNICODE_VERSION'] is 13.0.0

0 commit comments

Comments
 (0)