YouPlot/Gemfile

13 lines
192 B
Ruby
Raw Normal View History

2020-09-18 23:08:09 +08:00
# frozen_string_literal: true
2020-07-28 22:14:47 +08:00
source 'https://rubygems.org'
2020-07-28 22:07:15 +08:00
2020-11-23 12:09:16 +08:00
# Specify your gem's dependencies in youplot.gemspec
2020-07-28 22:07:15 +08:00
gemspec
group :test do
gem 'rake'
gem 'simplecov'
gem 'test-unit'
end