diff --git a/Gemfile b/Gemfile index 46428ed..e3df1fd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source 'https://rubygems.org' if ENV.key?('PUPPET_VERSION') puppetversion = ENV['PUPPET_VERSION'].to_s else - puppetversion = ['>= 6', '< 7'] + puppetversion = ['>= 7', '< 8'] end # rubocop:enable Style/ConditionalAssignment