From fd856fc35b467fd710afe7f1c67be7a78c6a7117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 1 May 2024 12:14:32 -0400 Subject: [PATCH] Drop support for ruby 2.6 --- hiera-eyaml.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera-eyaml.gemspec b/hiera-eyaml.gemspec index bf58b12..3db9bd6 100644 --- a/hiera-eyaml.gemspec +++ b/hiera-eyaml.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |gem| # 2.21 requires Ruby 2.7 gem.add_development_dependency 'rubocop-rspec', '~> 2.20.0' - gem.required_ruby_version = '>= 2.6', ' < 4' + gem.required_ruby_version = '>= 2.7', ' < 4' end