Skip to content

Commit b59886f

Browse files
dependabot[bot]nomadium
authored andcommitted
Update net-http requirement from ~> 0.6.0 to >= 0.6, < 0.8
Updates the requirements on [net-http](https://github.com/ruby/net-http) to permit the latest version. - [Release notes](https://github.com/ruby/net-http/releases) - [Commits](ruby/net-http@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: net-http dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b62d87d commit b59886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linzer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Gem::Specification.new do |spec|
3636
spec.add_runtime_dependency "stringio", "~> 3.1", ">= 3.1.2"
3737
spec.add_runtime_dependency "logger", "~> 1.7", ">= 1.7.0"
3838
spec.add_runtime_dependency "forwardable", "~> 1.3", ">= 1.3.3"
39-
spec.add_runtime_dependency "net-http", "~> 0.6.0"
39+
spec.add_runtime_dependency "net-http", ">= 0.6", "< 0.8"
4040
spec.add_runtime_dependency "cgi", ">= 0.4.2", "< 0.6.0"
4141
end

0 commit comments

Comments
 (0)