We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c143b commit 8f94e9bCopy full SHA for 8f94e9b
1 file changed
packaging/linux/provision.sh
@@ -71,6 +71,7 @@ function prepare_linux () {
71
fi
72
rvm install 2.4.4 && rvm use 2.4.4
73
gem install bundler -v '=1.16.0' --no-ri --no-rdoc
74
+ gem install mixlib-cli -v 1.7.0 --no-ri --no-rdoc
75
gem install omnibus --no-ri --no-rdoc
76
}
77
0 commit comments