Skip to content

Commit

Permalink
chore: explicitly add rack >= 2 runtime dependency (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Jan 31, 2025
1 parent fa0ad3d commit 366bfa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idempotency_key.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rack", ">= 2.0.1", "< 4"
end

0 comments on commit 366bfa8

Please sign in to comment.