From 1077254e21ee1b92e2c7b7880b6a34a034211f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:47:43 +0000 Subject: [PATCH 1/2] Bump datadog from 2.7.0 to 2.7.1 Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/DataDog/dd-trace-rb/releases) - [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-rb/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: datadog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8577432941..ed4274bea2 100644 --- a/Gemfile +++ b/Gemfile @@ -132,7 +132,7 @@ gem 'memory_profiler', '~> 1.1.0' gem 'rack-mini-profiler', '~> 3.3.1' gem 'stackprof', '~> 0.2.26' -gem 'datadog', '~> 2.7.0' +gem 'datadog', '~> 2.7.1' # Make sure filesystem changes only happen at the end of a transaction gem 'after_commit_everywhere', '~> 1.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 77410aef9c..166703fe91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM csv (3.3.0) daemons (1.4.1) dalli (3.2.8) - datadog (2.7.0) + datadog (2.7.1) datadog-ruby_core_source (~> 3.3) libdatadog (~> 14.1.0.1.0) libddwaf (~> 1.15.0.0.0) @@ -197,7 +197,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.3.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -584,7 +584,7 @@ DEPENDENCIES counter_culture (~> 3.8) cssbundling-rails (~> 1.4.1) dalli (~> 3.2.8) - datadog (~> 2.7.0) + datadog (~> 2.7.1) delayed_job_active_record (~> 4.1.11) delayed_job_web (~> 1.4.4) devise (~> 4.9.4) From 87b88e0675e156d43953e10db3d9324557eb29d6 Mon Sep 17 00:00:00 2001 From: "jorg.vr" Date: Mon, 2 Dec 2024 16:15:59 +0100 Subject: [PATCH 2/2] Fix ffi --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 166703fe91..98cac10569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.3.0) net-http - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1)