hanami-view/Gemfile.devtools

16 lines
350 B
Plaintext
Raw Normal View History

2020-03-08 19:23:26 +00:00
# frozen_string_literal: true
2020-01-07 17:51:39 +00:00
# this file is managed by dry-rb/devtools project
2020-01-04 12:00:02 +00:00
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
group :test do
2020-01-31 08:05:58 +00:00
# 0.18.x breaks codacy result parser
2020-03-13 11:53:20 +00:00
gem "simplecov", "0.17.1", require: false, platforms: :ruby
2020-01-31 08:05:58 +00:00
2020-03-13 11:53:20 +00:00
gem "codacy-coverage", require: false, platforms: :ruby
2020-01-31 08:05:58 +00:00
gem "warning"
2020-01-06 12:09:13 +00:00
end