mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
13 lines
192 B
Ruby
13 lines
192 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in youplot.gemspec
|
|
gemspec
|
|
|
|
group :test do
|
|
gem 'rake'
|
|
gem 'simplecov'
|
|
gem 'test-unit'
|
|
end
|