diff options
Diffstat (limited to 'integration-tests/integration-tests-init/Dockerfile')
-rw-r--r-- | integration-tests/integration-tests-init/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/integration-tests-init/Dockerfile b/integration-tests/integration-tests-init/Dockerfile index 6e06d4d720..d3ba469c91 100644 --- a/integration-tests/integration-tests-init/Dockerfile +++ b/integration-tests/integration-tests-init/Dockerfile @@ -23,9 +23,9 @@ RUN apk update && \ pip install 'pycurl==7.44.1' && \ set -ex && \ gem install --no-update-sources \ - public_suffix:5.1.1 multipart-post:2.4.1 etc:1.4.3 bundler:2.4.22 chef:14.15.6 \ - faraday:2.8.1 minitar:0.12.1 berkshelf:7.0.10 \ - io-console:0.7.2 \ + rspec-its:1.3.0 hitimes:1.3.1 public_suffix:4.0.7 multipart-post:2.2.0 etc:1.3.0 bundler:2.3.26 chef:13.8.5 \ + faraday:2.8.1 minitar:0.12.1 berkshelf:6.3.1 \ + io-console:0.4.6 \ webrick \ json \ --no-document && \ |