mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Support Ruby 2.5 or later for String#grapheme_clusters
33e8c8f15b
This commit is contained in:
parent
ebbc77836b
commit
e72ffc55ba
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
|
|||
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*']
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')
|
||||
|
||||
spec.add_development_dependency 'bundler'
|
||||
spec.add_development_dependency 'rake'
|
||||
spec.add_development_dependency 'test-unit'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue