mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Ensure Rubygems is at least version 3.0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
14ada2afb0
commit
dd2efa0d14
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
bundler_args: "--without tools maintenance deploy"
|
bundler_args: "--without tools maintenance deploy"
|
||||||
before_install:
|
before_install:
|
||||||
|
- "gem update --system '~> 3.0'"
|
||||||
- gem --version
|
- gem --version
|
||||||
- bundle --version
|
- bundle --version
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue