File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1919gem "openfact" , *location_for ( ENV [ 'OPENFACT_LOCATION' ] || [ "~> 5.0" ] )
2020gem "semantic_puppet" , *location_for ( ENV [ 'SEMANTIC_PUPPET_LOCATION' ] || [ "~> 1.0" ] )
2121gem "puppet-resource_api" , *location_for ( ENV [ 'RESOURCE_API_LOCATION' ] || [ "~> 2.0" ] )
22- # Need to update the openssl gem on MacOS to avoid SSL errors. Doesn't hurt to have the newest
23- # for all platforms.
22+ # Need to update the openssl gem on MacOS to avoid SSL errors.
2423# https://www.rubyonmac.dev/certificate-verify-failed-unable-to-get-certificate-crl-openssl-ssl-sslerror
25- # openssl 4 raises some errors that need to be investigated
26- gem 'openssl' , '~> 3' unless `uname -o` . chomp == 'Cygwin'
24+ gem 'openssl' , '~> 3' if RUBY_PLATFORM =~ /darwin/
2725
2826group ( :features ) do
2927 gem 'diff-lcs' , '~> 1.3' , require : false
You can’t perform that action at this time.
0 commit comments