Skip to content

Commit

Permalink
upgrade integs to jruby 1.7.6, and fixed an rvm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Oct 27, 2013
1 parent 76e00b3 commit 3732c2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<properties>
<version.jruby-maven-plugins>0.28.4</version.jruby-maven-plugins>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jruby.version>1.7.5</jruby.version>
<jruby.version>1.7.6</jruby.version>
<warbler.version>1.4.0.dev</warbler.version>
<rubygems.home>${session.executionRootDirectory}/target/jruby/lib/ruby/gems/shared</rubygems.home>
<rubygems.home>${session.executionRootDirectory}/target/rubygems</rubygems.home>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration/rails4_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-C src/main/ruby -S warble</args>
<args>-C src/main/ruby -S ${rubygems.home}/bin/warble</args>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion integration/runnable_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-Csrc/main/ruby -S warble</args>
<args>-Csrc/main/ruby -S ${rubygems.home}/bin/warble</args>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion integration/simple_rack_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-Csrc/main/ruby -S warble</args>
<args>-Csrc/main/ruby -S ${rubygems.home}/bin/warble</args>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3732c2e

Please sign in to comment.