[DRE-commits] [librarian-puppet] 58/97: Update rubygems in travis now that 763 is fixed

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:50 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 118be71e1435d7cec1da3cfac69577a17fecaeea
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Thu Jan 9 09:15:00 2014 +0100

    Update rubygems in travis now that 763 is fixed
    
    https://github.com/rubygems/rubygems/pull/763 was fixed
    Update puppet versions to latest releases
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9f6c54e..3b394bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,15 +5,16 @@ notifications:
   email:
     - tim at github.com
 env:
-  - PUPPET_VERSION=2.7.23
+  - PUPPET_VERSION=2.7.25
   - PUPPET_VERSION=3.0.2
   - PUPPET_VERSION=3.1.1
   - PUPPET_VERSION=3.2.4
   - PUPPET_VERSION=3.3.2
-  - PUPPET_VERSION=3.4.1
+  - PUPPET_VERSION=3.4.2
 
 before_install:
-  - gem update --system 2.1.11 #  todo: workaround for https://github.com/rubygems/rubygems/pull/763
+  - gem --version
+  - gem update --system #  todo: workaround for https://github.com/rubygems/rubygems/pull/763
 
 before_script:
   - bundle list

-- 
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