Skip to content

Commit

Permalink
upgrade to jruby-openssl 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 11, 2015
1 parent e355e11 commit bdcf4a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pom.rb
Expand Up @@ -24,15 +24,15 @@ def version

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.7', true ),
ImportedGem.new( 'jruby-openssl', '0.9.8', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true, false ),
ImportedGem.new( 'jar-dependencies', '0.1.15', true )
]

project 'JRuby Lib Setup' do

# TODO move those to method to ruby-maven
class ::Java::JavaIo::File
def to_pathname
Expand Down Expand Up @@ -193,5 +193,5 @@ def to_pathname
( Dir[ File.join( jruby_gems, '**/*' ) ] + Dir[ File.join( jruby_gems, '**/.*' ) ] ).each do |f|
File.chmod( 0644, f ) rescue nil if File.file?( f )
end
end
end
end
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit bdcf4a3

Please sign in to comment.