Sha256: 09c272ba7eed9740a86317748578291f624dd9a5803fd6ad9888592fcf765307

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "rake", ">= 11"

# Use local copy of simplecov in development if you want to
# gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
gem "simplecov", git: "https://github.com/simplecov-ruby/simplecov"

group :test do
  gem "minitest"
end

group :development do
  gem "rubocop"
  # sprockets 4.0 requires ruby 2.5+
  gem "sprockets", "~> 3.7"
  gem "uglifier"
  gem "yui-compressor"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-html-formatter-0.12.3.1 Gemfile