File: Gemfile

package info (click to toggle)
youplot 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: ruby: 1,325; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# 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