mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Require Ruby >= 2.6
fix https://github.com/ruby/reline/pull/428 https://github.com/ruby/reline/commit/dae9eca323
This commit is contained in:
parent
1d9f2a4504
commit
bcdbfe4b6e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|||
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'license_of_rb-readline', 'lib/**/*']
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')
|
||||
spec.required_ruby_version = Gem::Requirement.new('>= 2.6')
|
||||
|
||||
spec.add_dependency 'io-console', '~> 0.5'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue