Skip to content

Commit

Permalink
Merge pull request #385 from bastelfreak/highline
Browse files Browse the repository at this point in the history
highline: Allow 3.x
  • Loading branch information
bastelfreak authored Oct 20, 2024
2 parents b669e22 + 6518b66 commit cda52d6
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 @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.require_paths = ['lib']

gem.add_runtime_dependency 'highline', '~> 2.1'
gem.add_runtime_dependency 'highline', '>= 2.1', '< 4'
gem.add_runtime_dependency 'optimist', '~> 3.1'

gem.add_development_dependency 'rake', '~> 13.2', '>= 13.2.1'
Expand Down

0 comments on commit cda52d6

Please sign in to comment.