File: Gemfile.test-unit.latest

package info (click to toggle)
ruby-mocha 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,440 kB
  • sloc: ruby: 11,613; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

gemspec :path=>"../"

group :development do
  if RUBY_VERSION < '1.9'
    gem "test-unit", "~> 2"
  else
    gem "test-unit"
  end
end