Skip to content

Commit

Permalink
Add bundler 2 and 1 support to ruby 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
podruh authored Jan 18, 2019
1 parent 5078d51 commit d435461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ ENV LC_ALL en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8

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

0 comments on commit d435461

Please sign in to comment.