Skip to content

Commit 67863bf

Browse files
committed
Ruby Version Updates
1 parent 2110750 commit 67863bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/docker-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ RUN eval "$(rbenv init -)" \
3030
&& echo 'bundler' >> $(rbenv root)/default-gems
3131

3232
RUN eval "$(rbenv init -)" \
33-
&& rbenv install 2.2.6
33+
&& rbenv install 2.2.7
3434

3535
RUN eval "$(rbenv init -)" \
36-
&& rbenv install 2.3.3
36+
&& rbenv install 2.3.4
3737

3838
RUN eval "$(rbenv init -)" \
3939
&& rbenv install 2.4.1

0 commit comments

Comments
 (0)