pboling/gem_bench

View on GitHub
gemfiles/coverage.gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

source "https://rubygems.org"

eval_gemfile "./contexts/core.gemfile"
eval_gemfile "./contexts/coverage.gemfile"
eval_gemfile "./contexts/testing.gemfile"

gemspec path: "../"