File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020 - {os: ubuntu-latest, ruby: '2.6'}
2121 - {os: ubuntu-latest, ruby: '2.7'}
2222 - {os: ubuntu-latest, ruby: '3.0'}
23+ # Using ubuntu 20.04 to OpenSSL 1.1.1
24+ - {os: ubuntu-20.04, ruby: '3.2'}
2325 - {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'}
2426 - {os: windows-2019, ruby: '2.5'}
2527 - {os: windows-2019, ruby: '2.6'}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def location_for(place, fake_version = nil)
1313end
1414
1515# override .gemspec deps - may issue warning depending on Bundler version
16- gem "facter" , * location_for ( ENV [ 'FACTER_LOCATION' ] ) if ENV . has_key? ( 'FACTER_LOCATION' )
16+ gem "facter" , :git => 'https://github.com/puppetlabs/facter'
1717gem "hiera" , *location_for ( ENV [ 'HIERA_LOCATION' ] ) if ENV . has_key? ( 'HIERA_LOCATION' )
1818gem "semantic_puppet" , *location_for ( ENV [ 'SEMANTIC_PUPPET_LOCATION' ] || [ "~> 1.0" ] )
1919gem "puppet-resource_api" , *location_for ( ENV [ 'RESOURCE_API_LOCATION' ] || [ "~> 1.5" ] )
You can’t perform that action at this time.
0 commit comments