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 b8f59ae commit f8a0520Copy full SHA for f8a0520
.github/workflows/ruby.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Ruby
13
uses: ruby/setup-ruby@v1
14
with:
15
- ruby-version: 3.3
+ ruby-version: 3.4
16
bundler-cache: true
17
- name: Install dependencies
18
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.3.7
+FROM ruby:3.4.2
2
3
LABEL org.opencontainers.image.authors="Jonas Hellmann <[email protected]>"
4
Gemfile.lock
@@ -279,4 +279,4 @@ DEPENDENCIES
279
webrick (>= 1.8.2)
280
281
BUNDLED WITH
282
- 2.5.22
+ 2.6.2
0 commit comments