Skip to content

Commit 3576704

Browse files
Bump more things
1 parent 592c021 commit 3576704

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rspec-maven-plugin/src/it/rspec-path/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.codehaus.plexus.util.FileUtils;
33

44

55
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6-
String expected = "jruby 9.2.18.0 mode : 1 example, 0 failures";
6+
String expected = "jruby-9.2.18.0 mode : 1 example, 0 failures";
77
if ( !log.contains( expected ) )
88
{
99
throw new RuntimeException( "log file does not contain '" + expected + "'" );

ruby-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</dependency>
7272
</dependencies>
7373
<properties>
74-
<jruby.versions>1.5.6,1.6.5.1,1.6.7.2,1.7.0.preview1</jruby.versions>
74+
<jruby.versions>9.2.18.0</jruby.versions>
7575
<jruby.18and19>true</jruby.18and19>
7676
<plexus.version>1.5.4</plexus.version>
7777
<root.dir>${basedir}/..</root.dir>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jruby.versions=1.7.22,9.0.1.0
1+
jruby.versions=9.2.18.0

0 commit comments

Comments
 (0)