File: Gemfile

package info (click to toggle)
ruby-pastel 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: ruby: 1,193; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gemspec

group :test do
  gem "coveralls", "~> 0.8.22"
  gem "simplecov", "~> 0.16.1"
  gem "yardstick", "~> 0.9.9"
  gem "benchmark-ips", "~> 2.7.2"
end