Skip to content

Commit a6fe215

Browse files
authored
Merge pull request #15 from rails/ruby-image-always-use-latest-feature
Update the image's devcontainer to not specify a version for the ruby…
2 parents 2c17d2d + 9a21d08 commit a6fe215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ruby/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": "latest",
1616
"ppa": "false"
1717
},
18-
"ghcr.io/rails/devcontainer/features/ruby:0.2.0": {
18+
"ghcr.io/rails/devcontainer/features/ruby": {
1919
"version": "${localEnv:RUBY_VERSION}"
2020
}
2121
},

0 commit comments

Comments
 (0)