Skip to content

Commit 265c0f5

Browse files
committed
Update to Ruby 3.4.5
1 parent 3e7d775 commit 265c0f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: ruby/setup-ruby@v1
6262
with:
6363
# Not needed with a .ruby-version file
64-
ruby-version: 3.3.1
64+
ruby-version: 3.4.5
6565
# runs 'bundle install' and caches installed gems automatically
6666
bundler-cache: true
6767

Test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.1-alpine3.20
1+
FROM ruby:3.4.5-alpine3.20
22

33
# Prepare Docker image for Nokogiri
44
RUN apk add --update \

0 commit comments

Comments
 (0)