[openstreetmap/openstreetmap-website] Remove ruby-dev and ruby-bundler dependencies (PR #6331)

rkoeze notifications at github.com
Sun Aug 17 02:43:10 UTC 2025


### Description
This PR makes 2 changes to the Dockerfile:
1. Removes `ruby-bundler` as bundler has been installed as a default gem since [ruby 2.6.0](https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/).
2. Removes `ruby-dev` because header files for compiling extensions are already present in `ruby:3.2-bookworm`.

### How has this been tested?
 The tests pass. I also ran `docker run --rm ruby:3.2-bookworm bundler -v` as a quick sanity check for change 1. I ran `docker run --rm ruby:3.2-bookworm ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubyhdrdir"]'` as a sanity check for change 2.





You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6331

-- Commit Summary --

  * Remove ruby-dev and ruby-bundler dependencies

-- File Changes --

    M Dockerfile (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6331.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6331.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6331
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6331 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250816/80a6bb0f/attachment.htm>


More information about the rails-dev mailing list