Skip to content

Commit

Permalink
switch to jruby-openssl-0.9.16
Browse files Browse the repository at this point in the history
mkristian committed Mar 8, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 765042f commit cb99e74
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ def initialize( name, version )

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.13' ),
ImportedGem.new( 'jruby-openssl', '0.9.16' ),
ImportedGem.new( 'rake', '${rake.version}' ),
ImportedGem.new( 'rdoc', '${rdoc.version}' ),
ImportedGem.new( 'json', '1.8.0' ),
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.13</version>
<version>0.9.16</version>
<type>gem</type>
</dependency>
<dependency>

0 comments on commit cb99e74

Please sign in to comment.