]> git.openstreetmap.org Git - rails.git/commit
Restrict version of dry-schema for ruby 3.1.2 compatibility
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2025 15:14:50 +0000 (15:14 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2025 18:50:05 +0000 (18:50 +0000)
commit14b33b9433244c34b8809fcbe6528a077b1709ad
tree6771ec93277e965a9bbdd1e7658257c884e871ba
parentc20160d313286739fc14e89162a3afff6ccc906f
Restrict version of dry-schema for ruby 3.1.2 compatibility

https://bugs.ruby-lang.org/issues/18673 affects some methods using
anonymous blocks, and was fixed in ruby 3.1.3. However, debian/bookworm
ruby 3.1 package is based on 3.1.2 and does not yet contain this fix.

Since bookworm is used in our Docker build, and also used in production
by OSMF, then we can restrict dry-schema to a version that does not
use anonymous blocks.

Fixes #5482
Gemfile
Gemfile.lock