Skip to content

Commit

Permalink
Merge pull request #15 from rails/ruby-image-always-use-latest-feature
Browse files Browse the repository at this point in the history
Update the image's devcontainer to not specify a version for the ruby…
  • Loading branch information
andrewn617 committed Mar 28, 2024
2 parents 2c17d2d + 9a21d08 commit a6fe215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ruby/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "latest",
"ppa": "false"
},
"ghcr.io/rails/devcontainer/features/ruby:0.2.0": {
"ghcr.io/rails/devcontainer/features/ruby": {
"version": "${localEnv:RUBY_VERSION}"
}
},
Expand Down

0 comments on commit a6fe215

Please sign in to comment.