diff --git a/Gemfile.lock b/Gemfile.lock index 665ec84..a4144ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/hooks.gemspec b/hooks.gemspec index 731d36c..094bda3 100644 --- a/hooks.gemspec +++ b/hooks.gemspec @@ -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") diff --git a/vendor/cache/puma-6.6.1.gem b/vendor/cache/puma-6.6.1.gem deleted file mode 100644 index 4bf4af8..0000000 Binary files a/vendor/cache/puma-6.6.1.gem and /dev/null differ diff --git a/vendor/cache/puma-7.0.4.gem b/vendor/cache/puma-7.0.4.gem new file mode 100644 index 0000000..1034a4f Binary files /dev/null and b/vendor/cache/puma-7.0.4.gem differ