Skip to content

Commit 650df00

Browse files
chore(deps): update dependency ruby to v4
1 parent 85b84c7 commit 650df00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: Setup Ruby
183183
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
184184
with:
185-
ruby-version: '3.3'
185+
ruby-version: '4.0.2'
186186

187187
- name: Install dependencies
188188
run: bundle install

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3-bookworm AS base
1+
FROM ruby:4.0-bookworm AS base
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44

0 commit comments

Comments
 (0)