Skip to content

Commit 7e3fff0

Browse files
committed
Use a modern JRuby for these tests
1 parent 8164444 commit 7e3fff0

File tree

2 files changed

+2
-2
lines changed
  • gem-assembly-descriptors/src/it
    • assemble-project-with-gems/application
    • assemble-project-without-gems/application

2 files changed

+2
-2
lines changed

gem-assembly-descriptors/src/it/assemble-project-with-gems/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.jruby</groupId>
3030
<artifactId>jruby-complete</artifactId>
31-
<version>1.6.6</version>
31+
<version>9.4.13.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jruby.maven</groupId>

gem-assembly-descriptors/src/it/assemble-project-without-gems/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.jruby</groupId>
3030
<artifactId>jruby-complete</artifactId>
31-
<version>1.6.6</version>
31+
<version>9.4.13.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jruby.maven</groupId>

0 commit comments

Comments
 (0)