mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Drop support for ruby 2.3
This commit is contained in:
parent
de3a366d15
commit
de33805c56
@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|||||||
MSG
|
MSG
|
||||||
spec.homepage = 'https://github.com/kojix2/uplot'
|
spec.homepage = 'https://github.com/kojix2/uplot'
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
|
||||||
|
|
||||||
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
|
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
|
||||||
spec.bindir = 'exe'
|
spec.bindir = 'exe'
|
||||||
|
Loading…
Reference in New Issue
Block a user