Skip to content

Commit e1d34e5

Browse files
tillscolleolleolle
authored andcommitted
Add missing bundle install
1 parent 0150b15 commit e1d34e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • integration/runnable_w_bundler_test

integration/runnable_w_bundler_test/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<groupId>org.jruby.maven</groupId>
4848
<artifactId>jruby-maven-plugin</artifactId>
4949
<executions>
50+
<execution>
51+
<id>bundle-install</id>
52+
<phase>initialize</phase>
53+
</execution>
5054
<execution>
5155
<id>warble</id>
5256
<phase>pre-integration-test</phase>

0 commit comments

Comments
 (0)