File: Gemfile

package info (click to toggle)
ruby-configurate 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: ruby: 992; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# frozen_string_literal: true

source "https://rubygems.org"

gem "coveralls", require: false, group: :coverage

group :development do
  gem "guard-rspec"
  gem "guard-rubocop"
  gem "guard-yard"
  gem "rubocop", require: false
end

group :doc do
  gem "redcarpet", require: false
  gem "yard", require: false
end

gemspec