Skip to content

Commit

Permalink
Merge pull request #3271 from dependabot/feelepxyz/install-bundler2
Browse files Browse the repository at this point in the history
Install bundler 2.2.11 and update gem
  • Loading branch information
feelepxyz authored Mar 15, 2021
2 parents 24a6e49 + 6e99d7e commit b07a2dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ RUN apt-get update \

# Install Ruby 2.6.6, update RubyGems, and install Bundler
ENV BUNDLE_SILENCE_ROOT_WARNING=1
RUN apt-get install -y software-properties-common \
RUN apt-get update && apt-get install -y software-properties-common \
&& apt-add-repository ppa:brightbox/ruby-ng \
&& apt-get update \
&& apt-get install -y ruby2.6 ruby2.6-dev \
&& gem update --system 3.0.3 \
&& gem install bundler -v 1.17.3 --no-document
&& gem update --system 3.2.14 \
&& gem install bundler -v 1.17.3 --no-document \
&& gem install bundler -v 2.2.11 --no-document


### PYTHON
Expand Down

0 comments on commit b07a2dc

Please sign in to comment.