[DRE-commits] [librarian-puppet] 44/97: Add workaround for rubygems bug in ruby 1.8.7

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 23f5e344f7b1e2fef0cb3b2c47a80d37778bc860
Author: Reto Kaiser <reto at cargomedia.ch>
Date:   Thu Jan 2 15:45:13 2014 +0100

    Add workaround for rubygems bug in ruby 1.8.7
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b4fa433..23ea396 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,3 +17,6 @@ matrix:
       env: PUPPET_VERSION=2.6.18
     - rvm: 1.9.3
       env: PUPPET_VERSION=2.6.18
+
+before_install:
+  - gem update --system 2.1.11 #  todo: workaround for https://github.com/rubygems/rubygems/pull/763

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list