mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[tests] Pin gem versions
This commit is contained in:
parent
fd53494429
commit
9e4fd47bf8
@ -21,4 +21,6 @@ RUN \
|
|||||||
&& \
|
&& \
|
||||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | /bin/bash - \
|
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
|
||||||
|
6
Gemfile
6
Gemfile
@ -4,9 +4,9 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'm'
|
gem 'm'
|
||||||
gem 'minitest'
|
gem 'minitest', "5.14.2"
|
||||||
gem 'minitest-implicit-subject'
|
gem 'minitest-implicit-subject'
|
||||||
gem 'minitest-reporters'
|
gem 'minitest-reporters', "1.4.2"
|
||||||
gem 'pry'
|
gem 'pry', "0.13.1"
|
||||||
gem 'ruby-jq'
|
gem 'ruby-jq'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user