]> git.openstreetmap.org Git - rails.git/commit
Remove minimum version constraints from Gemfile
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 7 May 2026 08:48:37 +0000 (09:48 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 7 May 2026 08:48:37 +0000 (09:48 +0100)
commit5931e6335bd679244b8a8d7f31d7e4945d9d707c
treec26be356e886a94f9e21dd41b74b1c0ae4272704
parent7a3c0136577071a07b4c4b0b8bfcc1680e651e44
Remove minimum version constraints from Gemfile

It's very unlikely that a `bundle update` will:

* lead a version downgrade
* ... and that version falls below the nominal minimum version
* ... and that version causes a breakage
* ... and that breakage is not picked up by CI

It's therefore better for legibility and clarity of other constraints
if we remove the ones that aren't necessary.
Gemfile
Gemfile.lock