Skip to content

Commit bb535bb

Browse files
authored
Add < 2 bundler to ruby 2.4.5
1 parent e03f486 commit bb535bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ ENV LC_ALL en_US.UTF-8
2929
ENV LANG=en_US.UTF-8
3030
ENV LANGUAGE=en_US.UTF-8
3131

32-
RUN gem install bundler --no-ri --no-rdoc
32+
RUN gem install bundler --no-doc
33+
RUN gem install bundler -v '< 2' --no-doc
3334
RUN npm install -g yarn

0 commit comments

Comments
 (0)