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.