File: Gemfile

package info (click to toggle)
ruby-test-unit 3.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,280 kB
  • sloc: ruby: 15,493; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- mode: ruby; coding: utf-8 -*-

source "https://rubygems.org"

gemspec

group :test do
  gem "bigdecimal", platforms: [:mri]
  gem "csv" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
end