File: Gemfile

package info (click to toggle)
ruby-mini-histogram 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 132 kB
  • sloc: ruby: 139; sh: 4; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
source "https://rubygems.org"

# Specify your gem's dependencies in mini_histogram.gemspec
gemspec

gem "rake", "~> 12.0"
gem "minitest", "~> 5.0"