File: Gemfile

package info (click to toggle)
ruby-ox 2.14.22-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,500 kB
  • sloc: xml: 39,683; ansic: 9,615; ruby: 6,422; sh: 47; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

gemspec

group :development do
  gem 'rake-compiler', '>= 1.2', '< 2.0'
  gem 'rubocop', '~> 1.47', require: false
  gem 'test-unit', '~> 3.0'
end