Skip to content

Commit 1690bbe

Browse files
Fix wrong facter version
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent b5365fa commit 1690bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hiera_version = ENV.fetch('HIERA_GEM_VERSION', nil)
6060
# Otherwise, do as before and use location_for to fetch gems from the default source
6161
if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
6262
gems['puppet'] = [puppet_version || '~> 8.11', { require: false, source: 'https://rubygems-puppetcore.puppet.com' }]
63-
gems['facter'] = [facter_version || '~> 4.0', { require: false, source: 'https://rubygems-puppetcore.puppet.com' }]
63+
gems['facter'] = [facter_version || '~> 4.11', { require: false, source: 'https://rubygems-puppetcore.puppet.com' }]
6464
else
6565
gems['puppet'] = location_for(puppet_version)
6666
gems['facter'] = location_for(facter_version) if facter_version

0 commit comments

Comments
 (0)