Specify the version of UnicodePlot

This commit is contained in:
kojix2 2021-07-12 14:56:41 +09:00
parent 071afb298d
commit 9115878af3

View File

@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = %w[uplot youplot]
spec.require_paths = ['lib']
spec.add_runtime_dependency 'unicode_plot'
spec.add_runtime_dependency 'unicode_plot', '>= 0.0.5'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rubocop'