Skip to content

Commit 9c08c46

Browse files
authored
Ruby 3.1 EOL changes (#327)
1 parent 01f5246 commit 9c08c46

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby-rails-postgres",
3-
"version": "4.1.0",
3+
"version": "4.2.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",
@@ -15,14 +15,12 @@
1515
"3.4-bookworm",
1616
"3.3-bookworm",
1717
"3.2-bookworm",
18-
"3.1-bookworm",
1918
"3-bullseye",
2019
"3.4-bullseye",
2120
"3.3-bullseye",
22-
"3.2-bullseye",
23-
"3.1-bullseye"
21+
"3.2-bullseye"
2422
],
25-
"default": "3.3-bullseye"
23+
"default": "3.4-bullseye"
2624
}
2725
},
2826
"platforms": ["Ruby"],

src/ruby/devcontainer-template.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "4.1.0",
3+
"version": "4.2.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",
@@ -15,14 +15,12 @@
1515
"3.4-bookworm",
1616
"3.3-bookworm",
1717
"3.2-bookworm",
18-
"3.1-bookworm",
1918
"3-bullseye",
2019
"3.4-bullseye",
2120
"3.3-bullseye",
22-
"3.2-bullseye",
23-
"3.1-bullseye"
21+
"3.2-bullseye"
2422
],
25-
"default": "3.3-bullseye"
23+
"default": "3.4-bullseye"
2624
}
2725
},
2826
"platforms": ["Ruby"],

0 commit comments

Comments
 (0)