Skip to content

Commit b0e0150

Browse files
committed
Add Ruby 3.4.5
1 parent afbefa1 commit b0e0150

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-new-image-version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
RUBY_VERSION:
15+
- 3.4.5
1516
- 3.4.4
1617
- 3.4.3
1718
- 3.4.2

features/src/ruby/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"options": {
1919
"version": {
2020
"type": "string",
21-
"default": "3.4.4",
21+
"default": "3.4.5",
2222
"description": "The ruby version to be installed"
2323
},
2424
"versionManager": {

0 commit comments

Comments
 (0)