Skip to content

Commit 7c87f34

Browse files
committed
fix broken acceptance tests and pin bundler to a version for stability
1 parent f9b81cf commit 7c87f34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
20+
RUN gem install bundler -v 2.4.22
2121

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

spec/acceptance/Dockerfile.entitlements-app-ruby2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1212
ldap-utils
1313

1414
# Install bundler
15-
RUN gem install bundler
15+
RUN gem install bundler -v 2.4.22
1616

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

0 commit comments

Comments
 (0)