Skip to content

Commit 894a5fe

Browse files
mkristiankares
authored andcommitted
use jruby-1.6.8 as API to compile the extension
1 parent 659ba43 commit 894a5fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jruby_plugin! :gem do
2727
end
2828

2929
# we need the jruby API here, the version should be less important here
30-
jar 'org.jruby:jruby:1.7.11', :scope => :provided
30+
jar 'org.jruby:jruby-core:1.6.8', :scope => :provided
3131

3232
properties( 'gem.home' => '../target/rubygems',
3333
'gem.path' => '${gem.home}',

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</dependency>
3535
<dependency>
3636
<groupId>org.jruby</groupId>
37-
<artifactId>jruby</artifactId>
38-
<version>1.7.11</version>
37+
<artifactId>jruby-core</artifactId>
38+
<version>1.6.8</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
</dependencies>

0 commit comments

Comments
 (0)