From 64f584fffd228a404596e921f3384b4efe373e4e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 12:22:28 -0500 Subject: [PATCH] [deploy] Bump ddtrace from 0.34.2 to 0.35.1 (#7722) Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.34.2 to 0.35.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/v0.34.2...v0.35.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ac4b8cba7..27c3ddd82 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "carrierwave-bombshelter", "~> 0.2" # Protect your carrierwave from image bo gem "cld", "~> 0.8" # Compact Language Detection for Ruby gem "cloudinary", "~> 1.13" # Client library for easily using the Cloudinary service gem "counter_culture", "~> 2.3" # counter_culture provides turbo-charged counter caches that are kept up-to-date -gem "ddtrace", "~> 0.34.2" # ddtrace is Datadog’s tracing client for Ruby. +gem "ddtrace", "~> 0.35.1" # ddtrace is Datadog’s tracing client for Ruby. gem "devise", "~> 4.7" # Flexible authentication solution for Rails gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog gem "doorkeeper", "~> 5.3" # Oauth 2 provider diff --git a/Gemfile.lock b/Gemfile.lock index 5386b070d..3e91a5f9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM dante (0.2.0) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) - ddtrace (0.34.2) + ddtrace (0.35.1) msgpack debug_inspector (0.0.3) derailed_benchmarks (1.7.0) @@ -868,7 +868,7 @@ DEPENDENCIES cld (~> 0.8) cloudinary (~> 1.13) counter_culture (~> 2.3) - ddtrace (~> 0.34.2) + ddtrace (~> 0.35.1) derailed_benchmarks (~> 1.7) devise (~> 4.7) dogstatsd-ruby (~> 4.8)