From b7454859d985f6c0f4ca2174be2dfe3af4d73357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:44:18 +0000 Subject: [PATCH] Bump ddtrace from 1.12.1 to 1.13.0 Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 1.12.1 to 1.13.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/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 9f5c243652..bb53d376c4 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ gem 'memory_profiler', '~> 1.0.1' gem 'rack-mini-profiler', '~> 3.1.0' gem 'stackprof', '~> 0.2.25' -gem 'ddtrace', '~> 1.12.1' +gem 'ddtrace', '~> 1.13.0' # Make sure filesystem changes only happen at the end of a transaction gem 'after_commit_everywhere', '~> 1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index e91b79673f..91cba1d42c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,9 +133,9 @@ GEM daemons (1.4.1) dalli (3.2.5) date (3.3.3) - ddtrace (1.12.1) + ddtrace (1.13.0) debase-ruby_core_source (= 3.2.1) - libdatadog (~> 2.0.0.1.0) + libdatadog (~> 3.0.0.1.0) libddwaf (~> 1.9.0.0.0) msgpack debase-ruby_core_source (3.2.1) @@ -234,7 +234,7 @@ GEM addressable (~> 2.7) letter_opener (1.8.1) launchy (>= 2.2, < 3) - libdatadog (2.0.0.1.0-x86_64-linux) + libdatadog (3.0.0.1.0-x86_64-linux) libddwaf (1.9.0.0.1-x86_64-linux) ffi (~> 1.0) listen (3.8.0) @@ -264,7 +264,7 @@ GEM minitest mocha (2.1.0) ruby2_keywords (>= 0.0.5) - msgpack (1.7.1) + msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) mustermann (3.0.0) @@ -534,7 +534,7 @@ DEPENDENCIES counter_culture (~> 3.4) cssbundling-rails (~> 1.2.0) dalli (~> 3.2.5) - ddtrace (~> 1.12.1) + ddtrace (~> 1.13.0) delayed_job_active_record (~> 4.1.7) delayed_job_web (~> 1.4.4) devise (~> 4.9.2)