fix broken acceptance tests and pin bundler to a version for stability

This commit is contained in:
GrantBirki 2024-03-18 09:39:34 -06:00
Родитель f9b81cf67f
Коммит 7c87f34399
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 96DF969ECBD266FE
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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/"