Update Gemfile.lock and add missing package

This commit is contained in:
Jake Spain 2023-03-02 14:25:37 -05:00
parent 1a75edcb60
commit 914406caca
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 44 additions and 44 deletions

View file

@ -4,4 +4,4 @@
docker run -it --rm \
-v $(pwd):/app \
jruby:9.4.1.0-jdk8 \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends make git && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'