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 20
20
- {os: ubuntu-latest, ruby: '2.6'}
21
21
- {os: ubuntu-latest, ruby: '2.7'}
22
22
- {os: ubuntu-latest, ruby: '3.0'}
23
+ # Using ubuntu 20.04 to OpenSSL 1.1.1
24
+ - {os: ubuntu-20.04, ruby: '3.2'}
23
25
- {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'}
24
26
- {os: windows-2019, ruby: '2.5'}
25
27
- {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)
13
13
end
14
14
15
15
# 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'
17
17
gem "hiera" , *location_for ( ENV [ 'HIERA_LOCATION' ] ) if ENV . has_key? ( 'HIERA_LOCATION' )
18
18
gem "semantic_puppet" , *location_for ( ENV [ 'SEMANTIC_PUPPET_LOCATION' ] || [ "~> 1.0" ] )
19
19
gem "puppet-resource_api" , *location_for ( ENV [ 'RESOURCE_API_LOCATION' ] || [ "~> 1.5" ] )
You can’t perform that action at this time.
0 commit comments