# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

if ENV['CC_TEST_REPORTER_ID']
  group :test do
    gem 'simplecov'
  end
end
