Skip to content

Commit 2c1f881

Browse files
committed
Default to current versions of Puppet and Facter
Puppet 4 and Facter 2 fail to install on a current Ruby version. It's also not very interesting since they're unsupported.
1 parent 587617c commit 2c1f881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ if RUBY_VERSION =~ /^1\.?9/
1818
end
1919

2020
gem 'rspec', *location_for(ENV['RSPEC_GEM_VERSION'] || '~> 3.0')
21-
gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'] || '~> 4.0')
22-
gem 'facter', *location_for(ENV['FACTER_GEM_VERSION'] || '~> 2.0')
21+
gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'] || '~> 7.0')
22+
gem 'facter', *location_for(ENV['FACTER_GEM_VERSION'] || '~> 4.0')
2323
gem 'pry', :group => :development
2424

2525
if RUBY_VERSION =~ /^1\.?/

0 commit comments

Comments
 (0)