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 6e94941 commit 14d9d35Copy full SHA for 14d9d35
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Set up Ruby
9
uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 3.0.5
+ ruby-version: 3.1.6
12
bundler-cache: true
13
- name: Set up coursier
14
uses: coursier/[email protected]
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.0.5
+FROM ruby:3.1.6
2
3
RUN gem install bundler:2.4.21
4
0 commit comments