Skip to content
Snippets Groups Projects
Commit b4f70148 authored by Theo Cushion's avatar Theo Cushion
Browse files

fix: make sure bundler version for gem-update.sh matches bundler version of images

parent f408e0e2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ docker run --rm -it -v "$(pwd)":/app \
-c "apt-get update; \
apt-get install -y cmake build-essential ruby-dev libpq-dev default-libmysqlclient-dev; \
cd /app; \
gem install --default bundler:2.4.12; \
gem install --default bundler:2.4.18; \
gem update --system; \
bundle update --bundler; \
bundle outdated; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment