Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/ruby-rails-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby-rails-postgres",
"version": "4.1.0",
"version": "4.2.0",
"name": "Ruby on Rails & Postgres",
"description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres",
Expand All @@ -15,14 +15,12 @@
"3.4-bookworm",
"3.3-bookworm",
"3.2-bookworm",
"3.1-bookworm",
"3-bullseye",
"3.4-bullseye",
"3.3-bullseye",
"3.2-bullseye",
"3.1-bullseye"
"3.2-bullseye"
],
"default": "3.3-bullseye"
"default": "3.4-bullseye"
}
},
"platforms": ["Ruby"],
Expand Down
8 changes: 3 additions & 5 deletions src/ruby/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "4.1.0",
"version": "4.2.0",
"name": "Ruby",
"description": "Develop Ruby based applications. includes everything you need to get up and running.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby",
Expand All @@ -15,14 +15,12 @@
"3.4-bookworm",
"3.3-bookworm",
"3.2-bookworm",
"3.1-bookworm",
"3-bullseye",
"3.4-bullseye",
"3.3-bullseye",
"3.2-bullseye",
"3.1-bullseye"
"3.2-bullseye"
],
"default": "3.3-bullseye"
"default": "3.4-bullseye"
}
},
"platforms": ["Ruby"],
Expand Down