Skip to content

Commit

Permalink
Update gem to 2.7.9 (protocolbuffers#6265)
Browse files Browse the repository at this point in the history
New bundler doesn't work with old gem: rbenv/rbenv#1138
  • Loading branch information
TeBoring authored Jun 17, 2019
1 parent 310ba5e commit 444354f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM grpctesting/rake-compiler-dock_53c22085d091183c528303791e7771359f699bcf

RUN /bin/bash -l -c "gem install bundler"
RUN /bin/bash -l -c "gem update --system '2.7.9' && gem install bundler"

0 comments on commit 444354f

Please sign in to comment.