Skip to content

Commit

Permalink
Pin statsd-instrument to < 3.9 due to incompatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfourny committed Aug 20, 2024
1 parent 2089564 commit b85d4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("googleauth", "~> 1.2")
spec.add_dependency("ejson", "~> 1.0")
spec.add_dependency("colorize", "~> 0.8")
spec.add_dependency("statsd-instrument", ['>= 2.8', "< 4"])
spec.add_dependency("statsd-instrument", ['>= 2.8', "< 3.9"])
spec.add_dependency("multi_json")
spec.add_dependency("concurrent-ruby", "~> 1.1")
spec.add_dependency("jsonpath", "~> 1.0")
Expand Down

0 comments on commit b85d4a1

Please sign in to comment.