Skip to content

Commit

Permalink
Update spyke requirement from >= 5.3.4, < 5.5.0 to >= 5.3.4, < 6.1.0 (#…
Browse files Browse the repository at this point in the history
…116)

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...v6.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent 62c667a commit b1ab626
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,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "jwt", "~> 2.2.1"
spec.add_dependency "multi_json", ">= 1.14.1", "< 1.16.0"
spec.add_dependency "oj", ">= 3.10.5", "< 3.12.0"
spec.add_dependency "spyke", ">= 5.3.4", "< 5.5.0"
spec.add_dependency "spyke", ">= 5.3.4", "< 6.1.0"
end

0 comments on commit b1ab626

Please sign in to comment.