Skip to content

Commit 710c1a4

Browse files
committed
update pom's jruby/bundler/jruby-plugin versions
1 parent 8c49428 commit 710c1a4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</description>
2020

2121
<properties>
22-
<jruby.version>1.7.13</jruby.version>
22+
<jruby.version>1.7.19</jruby.version>
2323
<vendor.gems.path>vendor/gems</vendor.gems.path>
24-
<bundler.version>1.6.5</bundler.version>
24+
<bundler.version>1.7.14</bundler.version>
2525
<bundler.local>false</bundler.local> <!-- true by default -->
26-
<saumya.mojo.version>1.0.6</saumya.mojo.version>
26+
<saumya.mojo.version>1.0.9</saumya.mojo.version>
2727
<gem.home>${project.build.directory}/rubygems</gem.home>
2828
</properties>
2929

@@ -234,12 +234,9 @@
234234
<execution>
235235
<id>gem-install-bundler</id>
236236
<phase>test</phase>
237-
<goals><goal>install</goal></goals>
238-
<!--
239-
<id>default-initialize</id>
240-
<configuration>
241-
<libDirectory>smt-that-does-not-exists</libDirectory>
242-
</configuration>-->
237+
<goals>
238+
<goal>initialize</goal>
239+
</goals>
243240
</execution>
244241
</executions>
245242
</plugin>

0 commit comments

Comments
 (0)