File: Gemfile

package info (click to toggle)
ruby-cri 2.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: ruby: 2,687; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'coveralls'
gem 'minitest'
gem 'rake'
gem 'rubocop'
gem 'yard'