Ensure newest bundler
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jim Martens 2022-03-06 10:28:56 +01:00
parent 35b0d24b9f
commit 6556dd0a51
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ steps:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- gem install bundler
- bundle update --bundler
- bundle install
- yarn config set cache-folder .yarn-cache