We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe5f3 commit f0ddc9aCopy full SHA for f0ddc9a
core/pom.rb
@@ -52,7 +52,7 @@
52
jar 'com.github.jnr:jffi:${jffi.version}:native'
53
54
jar 'org.jruby.joni:joni:2.2.1'
55
- jar 'org.jruby.jcodings:jcodings:1.0.58'
+ jar 'org.jruby.jcodings:jcodings:1.0.59'
56
jar 'org.jruby:dirgra:0.3'
57
58
jar 'com.headius:invokebinder:1.13'
core/pom.xml
@@ -154,7 +154,7 @@ DO NOT MODIFY - GENERATED CODE
154
<dependency>
155
<groupId>org.jruby.jcodings</groupId>
156
<artifactId>jcodings</artifactId>
157
- <version>1.0.58</version>
+ <version>1.0.59</version>
158
</dependency>
159
160
<groupId>org.jruby</groupId>
0 commit comments