From 10a9c89819b2b4d7baffcea0fce0cf783ee7b0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 04:10:43 +0000 Subject: [PATCH] Bump datadog from 2.10.0 to 2.11.0 Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.10.0 to 2.11.0. - [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.10.0...v2.11.0) --- updated-dependencies: - dependency-name: datadog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index cd50ec2..6dfe70a 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do end gem "combined_time_select", "~> 2.0" -gem "datadog", "~> 2.10", require: "datadog/auto_instrument" +gem "datadog", "~> 2.11", require: "datadog/auto_instrument" gem "devise", "~> 4.9" gem "draper", "~> 4.0" gem "ice_cube", "~> 0.17.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8ef1344..e2f5724 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,10 +109,10 @@ GEM crass (1.0.6) cssbundling-rails (1.4.1) railties (>= 6.0.0) - datadog (2.10.0) + datadog (2.11.0) datadog-ruby_core_source (~> 3.4) - libdatadog (~> 14.3.1.1.0) - libddwaf (~> 1.18.0.0.0) + libdatadog (~> 16.0.1.1.0) + libddwaf (~> 1.18.0.0.1) logger msgpack datadog-ruby_core_source (3.4.0) @@ -187,14 +187,14 @@ GEM thor (~> 1.3) zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) - libdatadog (14.3.1.1.0) - libdatadog (14.3.1.1.0-aarch64-linux) - libdatadog (14.3.1.1.0-x86_64-linux) - libddwaf (1.18.0.0.0) + libdatadog (16.0.1.1.0) + libdatadog (16.0.1.1.0-aarch64-linux) + libdatadog (16.0.1.1.0-x86_64-linux) + libddwaf (1.18.0.0.1) ffi (~> 1.0) - libddwaf (1.18.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.1-aarch64-linux) ffi (~> 1.0) - libddwaf (1.18.0.0.0-x86_64-linux) + libddwaf (1.18.0.0.1-x86_64-linux) ffi (~> 1.0) lint_roller (1.1.0) logger (1.6.6) @@ -214,7 +214,7 @@ GEM logger mini_mime (1.1.5) minitest (5.25.4) - msgpack (1.7.5) + msgpack (1.8.0) net-imap (0.5.6) date net-protocol @@ -490,7 +490,7 @@ DEPENDENCIES capybara combined_time_select (~> 2.0) cssbundling-rails - datadog (~> 2.10) + datadog (~> 2.11) debug devise (~> 4.9) draper (~> 4.0)