spec/gemfile_with_lock/pom.xml in maven-tools-1.0.11 vs spec/gemfile_with_lock/pom.xml in maven-tools-1.0.12

- old
+ new

@@ -28,11 +28,11 @@ <connection>https://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java.git</connection> <url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url> </scm> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> - <jruby.plugins.version>1.0.9</jruby.plugins.version> + <jruby.plugins.version>1.1.1</jruby.plugins.version> </properties> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> @@ -153,8 +153,16 @@ </execution> </executions> </plugin> </plugins> </build> + <dependencies> + <dependency> + <groupId>rubygems</groupId> + <artifactId>bundler</artifactId> + <version>1.10.5</version> + <type>gem</type> + </dependency> + </dependencies> </profile> </profiles> </project>