You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Ruby version to 4.0 and adjust related documentation (#401)
* Update Ruby version to 4.0 and adjust related documentation
* Add network check for rubygems.org accessibility in test script
* Improve network check for rubygems.org accessibility with retries and conditional gem installation
* Refactor gem installation check to use built-in bundler instead of external gem
* Add support for ruby 4.0
* Fix ruby-rails-postgres template option default
* Fix ruby template option default
* Update Ruby version in README and devcontainer configuration to 4.0-trixie
* Enhance Docker networking
* Refactor Docker Compose configuration for improved readability
* Update PostgreSQL image to latest and adjust volume path for data persistence
* Update PostgreSQL image to latest and adjust volume path for data persistence
* addressing review comments
* addressing review comments
* Update gem presence check for Bundler
* Update Ruby version format in devcontainer template
* Update Ruby version format in README and devcontainer templates
* Consolidate comments
Copy file name to clipboardExpand all lines: src/ruby-rails-postgres/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Develop Ruby on Rails applications with Postgres. Includes a Rails application c
7
7
8
8
| Options Id | Description | Type | Default Value |
9
9
|-----|-----|-----|-----|
10
-
| imageVariant | Ruby version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon) : | string | 3.4-trixie |
10
+
| imageVariant | Ruby version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon) : | string |4-trixie |
11
11
12
12
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
Copy file name to clipboardExpand all lines: src/ruby/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Develop Ruby based applications. includes everything you need to get up and runn
7
7
8
8
| Options Id | Description | Type | Default Value |
9
9
|-----|-----|-----|-----|
10
-
| imageVariant | Ruby version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon) : | string | 3.4-trixie |
10
+
| imageVariant | Ruby version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon) : | string |4-trixie |
11
11
12
12
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
0 commit comments