# frozen_string_literal: true # this file is managed by dry-rb/devtools project git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } group :test do # 0.18.x breaks codacy result parser gem "simplecov", "0.17.1", require: false, platforms: :ruby gem "codacy-coverage", require: false, platforms: :ruby gem "warning" end