From ca9f97a7dc44649268a3584732f9898567ec15d2 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 12 Jul 2021 14:56:41 +0900 Subject: [PATCH] Specify the version of UnicodePlot --- youplot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youplot.gemspec b/youplot.gemspec index c4c1169..a82c059 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -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'