Skip to content

Commit f8a0520

Browse files
committed
Upgrade to Ruby 3.4
1 parent b8f59ae commit f8a0520

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Ruby
1313
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 3.3
15+
ruby-version: 3.4
1616
bundler-cache: true
1717
- name: Install dependencies
1818
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.7
1+
FROM ruby:3.4.2
22

33
LABEL org.opencontainers.image.authors="Jonas Hellmann <[email protected]>"
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ DEPENDENCIES
279279
webrick (>= 1.8.2)
280280

281281
BUNDLED WITH
282-
2.5.22
282+
2.6.2

0 commit comments

Comments
 (0)