File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,9 @@ source 'https://rubygems.org'
44
55# Specify your gem's dependencies in youplot.gemspec
66gemspec
7+
8+ group :test do
9+ gem 'rake'
10+ gem 'simplecov'
11+ gem 'test-unit'
12+ end
Original file line number Diff line number Diff line change @@ -19,10 +19,5 @@ Gem::Specification.new do |spec|
1919 spec . executables = %w[ uplot youplot ]
2020 spec . require_paths = [ 'lib' ]
2121
22- spec . add_runtime_dependency 'unicode_plot' , '>= 0.0.5'
23- spec . add_development_dependency 'bundler'
24- spec . add_development_dependency 'rake'
25- spec . add_development_dependency 'rubocop'
26- spec . add_development_dependency 'simplecov'
27- spec . add_development_dependency 'test-unit'
22+ spec . add_dependency 'unicode_plot' , '>= 0.0.5'
2823end
You can’t perform that action at this time.
0 commit comments