Compare commits

..

No commits in common. "15ccf27eb243196f290c4b5f7b74574920cadb67" and "8559a3eef8973daaee527d5a48236088822e08c8" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -36,11 +36,7 @@ group :test do
platform :mri do
if RUBY_VERSION >= "2.3.0"
if RUBY_VERSION < "2.5.0"
gem "google-protobuf", "< 3.19.2"
elsif RUBY_VERSION < "2.7.0"
gem "google-protobuf", "< 3.22.0"
end
gem "google-protobuf", "< 3.19.2" if RUBY_VERSION < "2.5.0"
if RUBY_VERSION <= "2.6.0"
gem "grpc", "< 1.49.0"
else

View File

@ -144,7 +144,7 @@ module Requests
# regression test
rfc2616_expires_jar = HTTPX::Plugins::Cookies::Jar.new
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2033 12:43:41 GMT))
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2023 12:43:41 GMT))
assert !rfc2616_expires_jar[jar_cookies_uri].empty?
# Test domain