Skip to content

Commit cda52d6

Browse files
authored
Merge pull request #385 from bastelfreak/highline
highline: Allow 3.x
2 parents b669e22 + 6518b66 commit cda52d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hiera-eyaml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
1717
gem.require_paths = ['lib']
1818

19-
gem.add_runtime_dependency 'highline', '~> 2.1'
19+
gem.add_runtime_dependency 'highline', '>= 2.1', '< 4'
2020
gem.add_runtime_dependency 'optimist', '~> 3.1'
2121

2222
gem.add_development_dependency 'rake', '~> 13.2', '>= 13.2.1'

0 commit comments

Comments
 (0)