Skip to content

Commit a84d74d

Browse files
authored
Merge pull request #85 from github/dependabot/bundler/prod-ruby-dependencies-38a5699866
Update puma requirement from ~> 6.6 to >= 6.6, < 8.0 in the prod-ruby-dependencies group
2 parents d8451f5 + 9d7c5de commit a84d74d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
hooks-ruby (0.7.1)
55
dry-schema (~> 1.14, >= 1.14.1)
66
grape (~> 2.3)
7-
puma (~> 6.6)
7+
puma (>= 6.6, < 8.0)
88
redacting-logger (~> 1.5)
99
retryable (~> 3.0, >= 3.0.5)
1010

@@ -118,7 +118,7 @@ GEM
118118
date
119119
stringio
120120
public_suffix (6.0.2)
121-
puma (6.6.1)
121+
puma (7.0.4)
122122
nio4r (~> 2.0)
123123
racc (1.8.1)
124124
rack (3.2.1)

hooks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "retryable", "~> 3.0", ">= 3.0.5"
2323
spec.add_dependency "dry-schema", "~> 1.14", ">= 1.14.1"
2424
spec.add_dependency "grape", "~> 2.3"
25-
spec.add_dependency "puma", "~> 6.6"
25+
spec.add_dependency "puma", ">= 6.6", "< 8.0"
2626

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

vendor/cache/puma-6.6.1.gem

-234 KB
Binary file not shown.

vendor/cache/puma-7.0.4.gem

238 KB
Binary file not shown.

0 commit comments

Comments
 (0)