From 8da89c92cc8198b80f7b8156df632f384b4b8472 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Fri, 18 Oct 2024 16:17:58 -0400 Subject: [PATCH] Remove github branch specification now that datadog-ruby_core_source repo is updated --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 609e8384224..956a6808278 100644 --- a/Gemfile +++ b/Gemfile @@ -100,4 +100,4 @@ end gem 'ffi', '~> 1.16.3', require: false # TODO: Remove when datadog-ruby_core_source has officially been published as a gem -gem 'datadog-ruby_core_source', git: 'https://github.com/DataDog/datadog-ruby_core_source', branch: 'sarahchen6/change-debase-to-datadog' +gem 'datadog-ruby_core_source', git: 'https://github.com/DataDog/datadog-ruby_core_source'