[openstreetmap/openstreetmap-website] Add and unignore `.ruby-version` file to ensure consistent dev Ruby (PR #6333)
Grant
notifications at github.com
Wed Aug 20 16:36:45 UTC 2025
Firefishy left a comment (openstreetmap/openstreetmap-website#6333)
My humble recommendation for the container would be to stick to the [Official Ruby upstream containers](https://hub.docker.com/_/ruby).
Either automatic upgrades of minor version:
```
FROM ruby:3.4-bookworm
```
Or exact version pinned:
```
FROM ruby:3.4.5-bookworm
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6333#issuecomment-3207149394
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6333/c3207149394 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250820/1f793fa9/attachment.htm>
More information about the rails-dev
mailing list