From: Andy Allan Date: Wed, 31 May 2023 15:22:30 +0000 (+0100) Subject: Simplify ruby installations X-Git-Tag: live~1694^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d6d16dedb917d1e0339eced418de8ae908dba3e8?hp=d6d16dedb917d1e0339eced418de8ae908dba3e8 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. ---