Skip to content

Commit 1508b51

Browse files
authored
Merge pull request #36 from ekohl/default-to-modern-puppet
2 parents 587617c + 2c1f881 commit 1508b51

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)