Skip to content

Commit

Permalink
use fixed jar-dependencies gem - fixes #1942 + #1965
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Sep 12, 2014
1 parent 6e73d73 commit ff8aca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -45,7 +45,7 @@ def version
ImportedGem.new( 'krypt-core', KRYPT_VERSION, true ),
ImportedGem.new( 'krypt-provider-jdk', KRYPT_VERSION, true ),
ImportedGem.new( 'ffi', '1.9.3', true ),
ImportedGem.new( 'jar-dependencies', '0.0.9', true )
ImportedGem.new( 'jar-dependencies', '0.1.0', true )
]

project 'JRuby Lib Setup' do
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.0.9</version>
<version>0.1.0</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit ff8aca8

Please sign in to comment.