Skip to content

Commit 5848c45

Browse files
committed
Merge branch 'package-manager' of https://github.com/chef/mixlib-install into package-manager
2 parents 767cc0e + e123960 commit 5848c45

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Gemfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@ source "https://rubygems.org"
33
gemspec
44

55
gem "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

217
group :test do
228
gem "contracts", "~> 0.16.0" # this entry can go away when ruby < 3 support is gone

0 commit comments

Comments
 (0)