Skip to content

Commit

Permalink
Merge pull request #1144 from basecamp/zeitwerk-2.7
Browse files Browse the repository at this point in the history
Require zeitwerk 2.6.18
  • Loading branch information
djmb authored Oct 22, 2024
2 parents 74a06b0 + 3ee45d7 commit fdf8ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kamal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "net-ssh", "~> 7.0"
spec.add_dependency "thor", "~> 1.3"
spec.add_dependency "dotenv", "~> 3.1"
spec.add_dependency "zeitwerk", "~> 2.5"
spec.add_dependency "zeitwerk", ">= 2.6.18", "< 3.0"
spec.add_dependency "ed25519", "~> 1.2"
spec.add_dependency "bcrypt_pbkdf", "~> 1.0"
spec.add_dependency "concurrent-ruby", "~> 1.2"
Expand Down

0 comments on commit fdf8ef1

Please sign in to comment.