Skip to content

Commit bc0e547

Browse files
Remove deprecated Ruby version proposals from devcontainer templates
1 parent c1ca13c commit bc0e547

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@
1313
"proposals": [
1414
"4-trixie",
1515
"3.4-trixie",
16-
"3.3-trixie",
17-
"3.2-trixie",
16+
"3.3-trixie",
1817
"4-bookworm",
1918
"3.4-bookworm",
2019
"3.3-bookworm",
21-
"3.2-bookworm",
2220
"3.4-bullseye",
23-
"3.3-bullseye",
24-
"3.2-bullseye"
21+
"3.3-bullseye"
2522
],
2623
"default": "4-trixie"
2724
}

src/ruby/devcontainer-template.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@
1313
"proposals": [
1414
"4-trixie",
1515
"3.4-trixie",
16-
"3.3-trixie",
17-
"3.2-trixie",
16+
"3.3-trixie",
1817
"4-bookworm",
1918
"3.4-bookworm",
2019
"3.3-bookworm",
21-
"3.2-bookworm",
2220
"3.4-bullseye",
23-
"3.3-bullseye",
24-
"3.2-bullseye"
21+
"3.3-bullseye"
2522
],
2623
"default": "4-trixie"
2724
}

0 commit comments

Comments
 (0)