File: Gemfile

package info (click to toggle)
ruby-tzinfo 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,152 kB
  • sloc: ruby: 12,507; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
source "https://rubygems.org"

gemspec

group :test do
  gem 'rake', ['>= 10.5', '< 14']

  # Exclude Minitest v5.12.0. It is only compatible with Ruby >= 1.9.3, but does
  # not specify a minimum Ruby version.
  gem 'minitest', ['~> 5.11', '!= 5.12.0']
end