fix broken acceptance tests and pin bundler to a version for stability
This commit is contained in:
Родитель
f9b81cf67f
Коммит
7c87f34399
|
@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
|||
pkg-config
|
||||
|
||||
# Install bundler
|
||||
RUN gem install bundler
|
||||
RUN gem install bundler -v 2.4.22
|
||||
|
||||
# Bootstrap files and caching for speed
|
||||
COPY "vendor/cache/" "/data/entitlements-app/vendor/cache/"
|
||||
|
|
|
@ -12,7 +12,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
|||
ldap-utils
|
||||
|
||||
# Install bundler
|
||||
RUN gem install bundler
|
||||
RUN gem install bundler -v 2.4.22
|
||||
|
||||
# Bootstrap files and caching for speed
|
||||
COPY "vendor/cache/" "/data/entitlements-app/vendor/cache/"
|
||||
|
|
Загрузка…
Ссылка в новой задаче