File: Gemfile

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

gemspec

case ENV["RR_INTEGRATION"]
when "minitest"
  gem "minitest"
when "minitest-active-support"
  gem "activesupport"
end