Skip to content

Commit

Permalink
Update puppet-ghostbuster.gemspec
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeni Golov <evgeni@golov.de>
  • Loading branch information
bastelfreak and evgeni authored Jan 8, 2024
1 parent b5c53fa commit bcf64c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-ghostbuster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = 'Try and find dead code in Puppet receipts'
s.licenses = 'Apache-2.0'

s.required_ruby_version = Gem::Requirement.new('>= 2.7')
s.required_ruby_version = '>= 2.7'

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
Expand Down

0 comments on commit bcf64c5

Please sign in to comment.