File: Gemfile.devtools

package info (click to toggle)
ruby-dry-core 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 2,126; sh: 4; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# frozen_string_literal: true

# This file is synced from dry-rb/template-gem repo

gem "rake", ">= 12.3.3"

group :test do
  gem "simplecov", require: false, platforms: :ruby
  gem "simplecov-cobertura", require: false, platforms: :ruby
  gem "rexml", require: false

  gem "warning"
end

group :tools do
  # this is the same version that we use on codacy
  gem "rubocop", "1.16.0"
end