From bcdf1a6f5713c3b533f849d7421bd6331ece6067 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Mon, 29 Mar 2021 12:42:05 -0700 Subject: [PATCH] Move to Datadog repo --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 882f7552347..726b1f7fc04 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ if RUBY_VERSION >= '2.5.0' # Merging branch coverage results does not work for old, unsupported rubies. # We have a fix up for review, https://github.com/simplecov-ruby/simplecov/pull/972, # but given it only affects unsupported version of Ruby, it might not get merged. - gem 'simplecov', git: 'https://github.com/marcotc/simplecov', ref: '3bb6b7ee58bf4b1954ca205f50dd44d6f41c57db' + gem 'simplecov', git: 'https://github.com/DataDog/simplecov', ref: '3bb6b7ee58bf4b1954ca205f50dd44d6f41c57db' else # Compatible with older rubies. This version still produces compatible output # with a newer version when the reports are merged.