Skip to content

Commit 29eb9c1

Browse files
authored
Add Ruby 3.4 (#313)
* Upgrade Ruby 3.4 * Upgrade Ruby 3.4 * Upgrade Ruby 3.4 * Upgrade Ruby 3.4 * Upgrade Ruby 3.4 * Upgrade Ruby 3.4 * Version bump for the Ruby 3.4 upgrade
1 parent ecaefca commit 29eb9c1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/ruby-rails-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop Ruby on Rails applications with Postgres. Includes a Rails application c
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.3-bullseye |
10+
| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.4-bullseye |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/ruby-rails-postgres/devcontainer-template.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby-rails-postgres",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"name": "Ruby on Rails & Postgres",
55
"description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres",
@@ -12,10 +12,12 @@
1212
"description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"3-bookworm",
15+
"3.4-bookworm",
1516
"3.3-bookworm",
1617
"3.2-bookworm",
1718
"3.1-bookworm",
1819
"3-bullseye",
20+
"3.4-bullseye",
1921
"3.3-bullseye",
2022
"3.2-bullseye",
2123
"3.1-bullseye"

src/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop Ruby based applications. includes everything you need to get up and runn
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.3-bullseye |
10+
| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.4-bullseye |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/ruby/devcontainer-template.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"name": "Ruby",
55
"description": "Develop Ruby based applications. includes everything you need to get up and running.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby",
@@ -12,10 +12,12 @@
1212
"description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"3-bookworm",
15+
"3.4-bookworm",
1516
"3.3-bookworm",
1617
"3.2-bookworm",
1718
"3.1-bookworm",
1819
"3-bullseye",
20+
"3.4-bullseye",
1921
"3.3-bullseye",
2022
"3.2-bullseye",
2123
"3.1-bullseye"

0 commit comments

Comments
 (0)