Skip to content

Commit

Permalink
Revert "Merge pull request #5035 from deivid-rodriguez/update-rubygems"
Browse files Browse the repository at this point in the history
This reverts commit 679840b, reversing
changes made to 82fcef4.
  • Loading branch information
mctofu committed Apr 26, 2022
1 parent 0e83753 commit 1629cc8
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 @@ -76,7 +76,7 @@ ENV PATH="$BUNDLE_BIN:$PATH:$BUNDLE_PATH/bin"
RUN apt-add-repository ppa:brightbox/ruby-ng \
&& apt-get update \
&& apt-get install -y --no-install-recommends ruby2.7 ruby2.7-dev \
&& gem update --system 3.3.11 --no-document \
&& gem update --system 3.2.20 \
&& gem install bundler -v 1.17.3 --no-document \
&& gem install bundler -v 2.3.12 --no-document \
&& rm -rf /var/lib/gems/2.7.0/cache/* \
Expand Down

0 comments on commit 1629cc8

Please sign in to comment.