Set the Gem Ruby version to 2.6 or higher

This commit is contained in:
kojix2
2021-06-03 10:32:20 +09:00
parent 4651c697d4
commit 2649959745
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'A command line tool for Unicode Plotting'
spec.homepage = 'https://github.com/kojix2/youplot'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
spec.bindir = 'exe'