We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70821ba commit 8afe3beCopy full SHA for 8afe3be
.ruby-version
@@ -1 +1 @@
1
-2.5.8
+2.5.9
ci/Dockerfile
@@ -33,10 +33,10 @@ RUN eval "$(rbenv init -)" \
33
&& echo 'bundler' >> $(rbenv root)/default-gems
34
35
RUN eval "$(rbenv init -)" \
36
- && rbenv install 2.5.8
+ && rbenv install 2.5.9
37
38
39
- && rbenv install 2.6.6
+ && rbenv install 2.7.6
40
41
42
- && rbenv install 2.7.1
+ && rbenv install 3.0.4
0 commit comments