Skip to content

Commit 9ca75f1

Browse files
committed
match bundler in Dockerfile
1 parent d1ed45f commit 9ca75f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/Dockerfile.entitlements-app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1717
pkg-config
1818

1919
# Install bundler
20-
RUN gem install bundler -v 2.4.22
20+
RUN gem install bundler -v 2.5.9
2121

2222
# Bootstrap files and caching for speed
2323
COPY "vendor/cache/" "/data/entitlements-app/vendor/cache/"

0 commit comments

Comments
 (0)