Skip to content

Commit

Permalink
Merge pull request #35 from rails/bump-default-ruby-version
Browse files Browse the repository at this point in the history
Bump default ruby version
  • Loading branch information
andrewn617 authored Jul 2, 2024
2 parents e12f6de + d1da27b commit 2d2c4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "1.1.0",
"version": "1.1.1",
"name": "Ruby (via rbenv)",
"description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby",
"customizations": {
Expand All @@ -19,7 +19,7 @@
"options": {
"version": {
"type": "string",
"default": "3.3.1",
"default": "3.3.3",
"description": "The ruby version to be installed"
}
}
Expand Down

0 comments on commit 2d2c4ba

Please sign in to comment.