Skip to content

Commit

Permalink
Upgrade bundler version ahead of buildpack upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 7, 2023
1 parent e708027 commit 4371dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
DISPLAY_SOCIAL_MOBILITY_AWARD: true
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/qae_test"
BUNDLER_VERSION: 2.4.8
BUNDLER_VERSION: 2.4.16
DOCKER_TLS_CERTDIR: ""
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY Gemfile /app/Gemfile
COPY Gemfile.lock /app/Gemfile.lock
RUN bundle config set --local path 'vendor/bundle'
RUN bundle config set --local without 'development test'
RUN gem install bundler:2.4.8 && bundle install --jobs 4 --retry 3
RUN gem install bundler:2.4.16 && bundle install --jobs 4 --retry 3

COPY . /app
RUN yarn install

0 comments on commit 4371dc5

Please sign in to comment.