Skip to content

[ruby, ruby-rails-postgres] - v3.1 eol #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
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