mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
condition for 2.2 in gemfile not good enough for 2.2.10
This commit is contained in:
parent
71dd9fe1c9
commit
7de0ab0862
2
Gemfile
2
Gemfile
@ -40,7 +40,7 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
platform :mri_23 do
|
platform :mri_23 do
|
||||||
if RUBY_VERSION > "2.2"
|
if RUBY_VERSION >= "2.3"
|
||||||
gem "openssl", "< 2.0.6" # force usage of openssl version we patch against
|
gem "openssl", "< 2.0.6" # force usage of openssl version we patch against
|
||||||
end
|
end
|
||||||
gem "msgpack", "<= 1.3.3"
|
gem "msgpack", "<= 1.3.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user