Description: Disable access to rubygems Maven repo during build time
Author: Miguel Landaeta <nomadium@debian.org>
Forwarded: no
Last-Update: 2015-09-27

diff --git a/ruby-tools/pom.xml b/ruby-tools/pom.xml
index bc15eae..7f58514 100644
--- a/ruby-tools/pom.xml
+++ b/ruby-tools/pom.xml
@@ -191,13 +191,16 @@
       </activation>
 
       <repositories>
+	<!--
 	<repository>
 	  <id>rubygems-releases</id>
 	  <url>http://rubygems-proxy.torquebox.org/releases</url>
 	</repository>
+        -->
       </repositories>
 
       <dependencies>
+	<!--
 	<dependency>
 	  <groupId>rubygems</groupId>
 	  <artifactId>maven-tools</artifactId>
@@ -205,6 +208,7 @@
 	  <type>gem</type>
 	  <scope>provided</scope>
 	</dependency>
+	-->
       </dependencies>
     </profile>
   </profiles>
