Skip to content

Commit

Permalink
updaate rubygems+bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Sep 17, 2020
1 parent b38d480 commit 2ecb00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .expeditor/run_linux_tests.sh
Expand Up @@ -9,6 +9,8 @@ export LANG=C.UTF-8 LANGUAGE=C.UTF-8

echo "--- bundle install"

gem update --system
gem install bundler
bundle config --local path vendor/bundle
bundle install --jobs=7 --retry=3

Expand Down
2 changes: 2 additions & 0 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -52,6 +52,8 @@ steps:

- label: run-specs-windows
command:
- gem update --system
- gem install bundler
- bundle config --local path vendor/bundle
- bundle install --jobs=7 --retry=3 --without=profile
- bundle exec rake spec
Expand Down

0 comments on commit 2ecb00c

Please sign in to comment.