]> git.openstreetmap.org Git - rails.git/commit
Simplify ruby installations
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 31 May 2023 15:22:30 +0000 (16:22 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 31 May 2023 16:55:53 +0000 (17:55 +0100)
commitd6d16dedb917d1e0339eced418de8ae908dba3e8
tree22d5300143431f78405b37ed5d41bc1f4e95ffcd
parent75e3227508b3823d0d3a56f17cda63a4a047be5b
Simplify ruby installations

Refs #4048

* We don't currently need a specific version suffix on the package names,
  since ubuntu only ships with one ruby version (and newer versions on
  e.g. 23.04 are fine).
* We don't need to explicitly install libruby, since it's pulled in by
  other packages as required.
* Ubuntu again ships a decent enough version of bundler for our needs,
  so we don't need to install it via rubygems.
Dockerfile
INSTALL.md
script/vagrant/setup/provision.sh