Skip to content

Commit c2607c3

Browse files
committed
[CI] Updates Ruby in DRA, runs gem update
1 parent cafb1d4 commit c2607c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_TEST_VERSION=2.6
1+
ARG RUBY_TEST_VERSION=2.7
22
FROM ruby:${RUBY_TEST_VERSION}
33

44
# Default UID/GID to 1000
@@ -30,6 +30,7 @@ WORKDIR /usr/src/app
3030

3131
USER ${BUILDER_USER}:${BUILDER_GROUP}
3232

33+
RUN gem update --quiet --silent
3334
RUN bundle install \
3435
&& bundle exec rake bundle:clean \
3536
&& rake bundle:install

0 commit comments

Comments
 (0)