Install both bundler 1.x and 2.x by default

This commit is contained in:
2019-02-01 16:13:04 +00:00
parent d3f8c7f2e8
commit 8e2438db6b

View File

@@ -5,7 +5,8 @@
install_ruby_global_packages () {
gem install --no-document \
brakeman \
bundler \
'bundler:~> 2.0' \
'bundler:~> 1.0' \
bundler-audit \
foreman \
lunchy \