condition for 2.2 in gemfile not good enough for 2.2.10

This commit is contained in:
HoneyryderChuck 2021-02-07 17:01:34 +00:00
parent 71dd9fe1c9
commit 7de0ab0862

View File

@ -40,7 +40,7 @@ group :test do
end
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
end
gem "msgpack", "<= 1.3.3"