Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
hooks-ruby (0.7.1)
dry-schema (~> 1.14, >= 1.14.1)
grape (~> 2.3)
puma (~> 6.6)
puma (>= 6.6, < 8.0)
redacting-logger (~> 1.5)
retryable (~> 3.0, >= 3.0.5)

Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (6.6.1)
puma (7.0.4)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion hooks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "retryable", "~> 3.0", ">= 3.0.5"
spec.add_dependency "dry-schema", "~> 1.14", ">= 1.14.1"
spec.add_dependency "grape", "~> 2.3"
spec.add_dependency "puma", "~> 6.6"
spec.add_dependency "puma", ">= 6.6", "< 8.0"

spec.required_ruby_version = Gem::Requirement.new(">= 3.2.2")

Expand Down
Binary file removed vendor/cache/puma-6.6.1.gem
Binary file not shown.
Binary file added vendor/cache/puma-7.0.4.gem
Binary file not shown.