Skip to content

Commit

Permalink
Merge pull request #5225 from jruby/test-readline-1.3
Browse files Browse the repository at this point in the history
update jruby-readline to new release
  • Loading branch information
kares committed Jun 21, 2018
2 parents b43b9d8 + 0088643 commit e1d02a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -30,7 +30,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new('fileutils', '1.1.0'),
ImportedGem.new('ipaddr', '1.2.0'),
ImportedGem.new('jar-dependencies', '${jar-dependencies.version}'),
ImportedGem.new('jruby-readline', '1.2.2'),
ImportedGem.new('jruby-readline', '1.3.5'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -99,7 +99,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-readline</artifactId>
<version>1.2.2</version>
<version>1.3.5</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -339,7 +339,7 @@ DO NOT MODIFIY - GENERATED CODE
<exclude>gems/fileutils*1.1.0/*</exclude>
<exclude>gems/ipaddr*1.2.0/*</exclude>
<exclude>gems/jar-dependencies*${jar-dependencies.version}/*</exclude>
<exclude>gems/jruby-readline*1.2.2/*</exclude>
<exclude>gems/jruby-readline*1.3.5/*</exclude>
<exclude>gems/jruby-openssl*0.10.0/*</exclude>
<exclude>gems/json*${json.version}/*</exclude>
<exclude>gems/psych*3.0.2/*</exclude>
Expand Down

0 comments on commit e1d02a0

Please sign in to comment.