Skip to content

Commit 8afe3be

Browse files
author
Daniel Mikusa
authored
Bump ruby version & versions in CI (#939)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 70821ba commit 8afe3be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.8
1+
2.5.9

ci/Dockerfile

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

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

3838
RUN eval "$(rbenv init -)" \
39-
&& rbenv install 2.6.6
39+
&& rbenv install 2.7.6
4040

4141
RUN eval "$(rbenv init -)" \
42-
&& rbenv install 2.7.1
42+
&& rbenv install 3.0.4

0 commit comments

Comments
 (0)