Require zeitwerk 2.6.12

We were requiring Zeitwerk 2.5+, but calling eager_load_namespace
which was added in 2.6.2.

Fixes: https://github.com/basecamp/kamal/issues/1109
This commit is contained in:
Donal McBreen
2024-10-22 12:38:07 +01:00
parent 74a06b0ccd
commit 3ee45d7b30
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ PATH
net-ssh (~> 7.0)
sshkit (>= 1.23.0, < 2.0)
thor (~> 1.3)
zeitwerk (~> 2.5)
zeitwerk (>= 2.6.18, < 3.0)
GEM
remote: https://rubygems.org/
@@ -167,7 +167,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.8.2)
zeitwerk (2.6.17)
zeitwerk (2.7.1)
PLATFORMS
arm64-darwin