dry-container/Gemfile.devtools

18 lines
339 B
Plaintext
Raw Permalink Normal View History

2020-03-08 19:23:14 +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:18 +00:00
2020-01-04 11:59:49 +00:00
group :test do
2020-06-17 06:16:21 +00:00
gem "simplecov", require: false, platforms: :ruby
2020-06-17 06:20:15 +00:00
gem "simplecov-cobertura", require: false, platforms: :ruby
2020-12-26 16:18:31 +00:00
gem "rexml", require: false
2020-01-31 08:05:48 +00:00
gem "warning"
2020-01-06 12:08:55 +00:00
end
group :tools do
gem "rubocop", "~> 1.38.0"
2020-01-04 11:59:49 +00:00
end