dry-cli/Gemfile.devtools

18 lines
339 B
Plaintext
Raw Permalink Normal View History

2020-03-08 19:23:15 +00:00
# frozen_string_literal: true
# This file is synced from dry-rb/template-gem repo
gem "rake", ">= 12.3.3"
2020-01-07 17:51:46 +00:00
2020-01-04 11:59:52 +00:00
group :test do
2020-06-17 06:16:17 +00:00
gem "simplecov", require: false, platforms: :ruby
2020-06-17 06:22:26 +00:00
gem "simplecov-cobertura", require: false, platforms: :ruby
2020-12-26 16:18:29 +00:00
gem "rexml", require: false
2021-02-03 08:43:42 +00:00
gem "warning"
2020-01-06 12:08:53 +00:00
end
group :tools do
gem "rubocop", "~> 1.38.0"
2020-01-04 11:59:52 +00:00
end