[tests] Pin gem versions

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-02-20 11:32:21 +01:00
parent fd53494429
commit 9e4fd47bf8
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2
2 changed files with 6 additions and 4 deletions

View File

@ -21,4 +21,6 @@ RUN \
&& \
curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | /bin/bash - \
&& \
bundle install --gemfile /tmp/Gemfile
bundle config set system 'true' \
&& bundle install --gemfile /tmp/Gemfile \
&& rm /tmp/Gemfile

View File

@ -4,9 +4,9 @@ source 'https://rubygems.org'
group :test do
gem 'm'
gem 'minitest'
gem 'minitest', "5.14.2"
gem 'minitest-implicit-subject'
gem 'minitest-reporters'
gem 'pry'
gem 'minitest-reporters', "1.4.2"
gem 'pry', "0.13.1"
gem 'ruby-jq'
end