(maint) update travis to not use bundle update --system

This commit is contained in:
David Schmitt
2019-12-16 20:14:40 +00:00
parent 6bdf734416
commit 1bfe4da05a
2 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,9 @@ cache: bundler
before_install: before_install:
- bundle -v - bundle -v
- rm -f Gemfile.lock - rm -f Gemfile.lock
- gem update --system $RUBYGEMS_VERSION - "# Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
- "# See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
- '[ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
- gem --version - gem --version
- bundle -v - bundle -v
script: script:

View File

@@ -81,6 +81,6 @@
} }
], ],
"template-url": "https://github.com/puppetlabs/pdk-templates#master", "template-url": "https://github.com/puppetlabs/pdk-templates#master",
"template-ref": "heads/master-0-g643529a", "template-ref": "heads/master-0-gcaed9d7",
"pdk-version": "1.14.1" "pdk-version": "1.15.0"
} }