Skip to content

Commit

Permalink
Update spyke requirement from >= 5.3.4, < 6.2.0 to >= 5.3.4, < 7.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [spyke](https://github.com/balvig/spyke) to permit the latest version.
- [Release notes](https://github.com/balvig/spyke/releases)
- [Commits](balvig/spyke@v5.3.4...v7.0.0)

---
updated-dependencies:
- dependency-name: spyke
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent d052f4f commit 776d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaikio-hub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "jwt", ">= 2.2.1", "< 2.5.0"
spec.add_dependency "multi_json", ">= 1.14.1", "< 1.16.0"
spec.add_dependency "oj", ">= 3.10.5", "< 3.14.0"
spec.add_dependency "spyke", ">= 5.3.4", "< 6.2.0"
spec.add_dependency "spyke", ">= 5.3.4", "< 7.1.0"
spec.add_dependency "zaikio-client-helpers", "~> 0.2"
end

0 comments on commit 776d2ef

Please sign in to comment.