summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-07 13:16:34 +0000
committerGitHub <noreply@github.com>2022-09-07 13:16:34 +0000
commita316c5a34cabfd130443d7499fc64b1257cc7cf0 (patch)
treeae34664e6b59e2d3e8921142ea098228cb1f5b62
parent1090977dbbb54efa827cbdab597d4e36a3d544bd (diff)
downloadchef-zero-dependabot/bundler/rack-gte-2.0.6-and-lt-4.tar.gz
Update rack requirement from ~> 2.0, >= 2.0.6 to >= 2.0.6, < 4dependabot/bundler/rack-gte-2.0.6-and-lt-4
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.6...3.0.0) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--chef-zero.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-zero.gemspec b/chef-zero.gemspec
index 306f580..2b5c588 100644
--- a/chef-zero.gemspec
+++ b/chef-zero.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "hashie", ">= 2.0", "< 5.0"
s.add_dependency "uuidtools", "~> 2.1"
s.add_dependency "ffi-yajl", "~> 2.2"
- s.add_dependency "rack", "~> 2.0", ">= 2.0.6"
+ s.add_dependency "rack", ">= 2.0.6", "< 4"
s.add_dependency "webrick"
s.bindir = "bin"