Skip to content

Commit

Permalink
Remove bundler version pin, since we aren't on ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Mar 6, 2024
1 parent a89782a commit 927734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update \
default-libmysqlclient-dev libmariadb-dev libpq5 libyaml-0-2 libcurl4 libssl3 uuid-dev xz-utils \
libxslt1.1 libffi8 zlib1g gsfonts vim-tiny ghostscript sqlite3 libsqlite3-dev \
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
&& gem install --no-document bundler -v 2.4.22 \
&& gem install --no-document bundler \
&& rm -rf /var/lib/apt/lists/*

COPY assets/build/ ${REDMINE_BUILD_ASSETS_DIR}/
Expand Down

0 comments on commit 927734c

Please sign in to comment.