Skip to content

Commit

Permalink
Drop support for ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 1, 2024
1 parent c63f4af commit fd856fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiera-eyaml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fd856fc

Please sign in to comment.