Skip to content

Commit

Permalink
Merge pull request #161 from cyberark/johnodon-build-fix
Browse files Browse the repository at this point in the history
Pin Bundler at v2.3.26
  • Loading branch information
john-odonnell committed Jan 9, 2023
2 parents df3bfd9 + 16f8297 commit f5eef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -q https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key &&

# Install ruby dependencies
RUN mkdir -p "$TEST_PATH" && \
gem install bundler && \
gem install bundler -v 2.3.26 && \
# This will prevent warnings about installing gems as root
bundle config --global silence_root_warning 1

Expand Down

0 comments on commit f5eef20

Please sign in to comment.