Skip to content

Commit

Permalink
Merge pull request #366 from cmd-ntrf/drop_2.6
Browse files Browse the repository at this point in the history
Drop support for ruby 2.6
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents c63f4af + fd856fc commit d3c38f8
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 d3c38f8

Please sign in to comment.