summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-07 15:18:09 -0800
committerTim Smith <tsmith@chef.io>2017-11-07 15:20:08 -0800
commit7d7868c61867b97c84670ec8a52de4948f440a37 (patch)
treefcbed6c37bacb1d743befbb5e8a3cc1cc8ddb597
parenta9db7d73f1cfac229e2fc2c1b9d3dbaf766de62f (diff)
downloadohai-ec2_hypervisor.tar.gz
Disable updating rubygems for nowec2_hypervisor
Rubygems 2.7.1 is non-functional Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml3
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd49c7c8..2f8575ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ branches:
- 8-stable
before_install:
- - gem update --system
+ # - gem update --system
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler
diff --git a/appveyor.yml b/appveyor.yml
index bf6cd845..3e09ce52 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,7 @@ platform:
environment:
matrix:
- ruby_version: "23"
+ - ruby_version: "24"
clone_folder: c:\projects\ohai
clone_depth: 1
@@ -19,7 +20,7 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- - gem update --system
+ # - gem update --system
- gem --version
- gem uninstall bundler -a -x -I
- gem install bundler --quiet --no-ri --no-rdoc