Skip to content

Commit

Permalink
Merge pull request #257 from puppetlabs/pdksync_FM-7655
Browse files Browse the repository at this point in the history
pdksync - (FM-7655) Fix rubygems-update for ruby < 2.3
  • Loading branch information
eimlav committed Dec 20, 2018
2 parents 35cd18c + 7ac16c6 commit 6ad8536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ cache: bundler
before_install:
- bundle -v
- rm -f Gemfile.lock
- gem update --system
- gem update --system $RUBYGEMS_VERSION
- gem --version
- bundle -v
script:
Expand Down Expand Up @@ -43,7 +43,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
rvm: 2.1.9
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Expand Up @@ -98,7 +98,7 @@
}
],
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
"template-url": "https://github.com/puppetlabs/pdk-templates",
"template-ref": "heads/master-0-gbf720df",
"template-url": "https://github.com/puppetlabs/pdk-templates/",
"template-ref": "heads/master-0-g20af4c6",
"pdk-version": "1.8.0"
}

0 comments on commit 6ad8536

Please sign in to comment.