We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587617c + 2c1f881 commit 1508b51Copy full SHA for 1508b51
Gemfile
@@ -18,8 +18,8 @@ if RUBY_VERSION =~ /^1\.?9/
18
end
19
20
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')
+gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'] || '~> 7.0')
+gem 'facter', *location_for(ENV['FACTER_GEM_VERSION'] || '~> 4.0')
23
gem 'pry', :group => :development
24
25
if RUBY_VERSION =~ /^1\.?/
0 commit comments