Skip to content

Commit 54c1cc1

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-1579394cc0
2 parents 1fe462c + db22421 commit 54c1cc1

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 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,10 +118,10 @@ 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)
124-
rack (3.2.1)
124+
rack (3.2.2)
125125
rack-test (2.2.0)
126126
rack (>= 1.3)
127127
rainbow (3.1.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.

vendor/cache/rack-3.2.1.gem

-115 KB
Binary file not shown.

vendor/cache/rack-3.2.2.gem

116 KB
Binary file not shown.

0 commit comments

Comments
 (0)