Skip to content

Commit 1ce926f

Browse files
committed
Ruby 2.5, 2.6, and 2.7 support
Signed-off-by: Ben Hale <[email protected]>
1 parent 42f03f8 commit 1ce926f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.ruby-version

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

ci/Dockerfile

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

3434
RUN eval "$(rbenv init -)" \
35-
&& rbenv install 2.3.8
35+
&& rbenv install 2.5.8
3636

3737
RUN eval "$(rbenv init -)" \
38-
&& rbenv install 2.4.6
38+
&& rbenv install 2.6.6
3939

4040
RUN eval "$(rbenv init -)" \
41-
&& rbenv install 2.5.5
42-
43-
RUN eval "$(rbenv init -)" \
44-
&& rbenv install 2.6.2
41+
&& rbenv install 2.7.1

0 commit comments

Comments
 (0)