File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,6 @@ source "https://rubygems.org"
33gemspec
44
55gem "chef-utils" , "= 16.6.14" if RUBY_VERSION < "2.6.0"
6- # OpenSSL version constraints to fix CRL checking issues in OpenSSL 3.6+
7- # Ruby 2.6-2.7 bundled openssl needs update to 3.1.2+
8- # Ruby 3.0-3.2 bundled openssl needs update to 3.1.2+
9- # Ruby 3.3 bundled openssl needs update to 3.2.2+
10- # Ruby 3.4 bundled openssl needs update to 3.3.1+
11- if RUBY_VERSION < "2.7.0"
12- gem "openssl" , ">= 3.1.2" , "< 3.2.0"
13- elsif RUBY_VERSION < "3.3.0"
14- gem "openssl" , ">= 3.1.2"
15- elsif RUBY_VERSION < "3.4.0"
16- gem "openssl" , ">= 3.2.2"
17- elsif RUBY_VERSION < "4.0.0"
18- gem "openssl" , ">= 3.3.1"
19- end
206
217group :test do
228 gem "contracts" , "~> 0.16.0" # this entry can go away when ruby < 3 support is gone
You can’t perform that action at this time.
0 commit comments