From 2ae8d7124152657926e403ddaea763f35c5ffc05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 10:13:17 -0500 Subject: [PATCH] Bump dogstatsd-ruby from 4.6.0 to 4.7.0 (#6102) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ead2b750..f88ee58fc 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "cloudinary", "~> 1.13" # Client library for easily using the Cloudinary ser gem "counter_culture", "~> 2.2" # counter_culture provides turbo-charged counter caches that are kept up-to-date gem "ddtrace", "~> 0.32.0" # ddtrace is Datadog’s tracing client for Ruby. gem "devise", "~> 4.7" # Flexible authentication solution for Rails -gem "dogstatsd-ruby", "~> 4.6" # A client for DogStatsD, an extension of the StatsD metric server for Datadog +gem "dogstatsd-ruby", "~> 4.7" # A client for DogStatsD, an extension of the StatsD metric server for Datadog gem "doorkeeper", "~> 5.3" # Oauth 2 provider gem "dry-struct", "~> 1.2" # Typed structs and value objects gem "elasticsearch", "~> 7.4" # Powers DEVs core search functionality diff --git a/Gemfile.lock b/Gemfile.lock index 2a550251e..2ce5d717d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM warden (~> 1.2.3) diff-lcs (1.3) docile (1.3.2) - dogstatsd-ruby (4.6.0) + dogstatsd-ruby (4.7.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) doorkeeper (5.3.1) @@ -872,7 +872,7 @@ DEPENDENCIES ddtrace (~> 0.32.0) derailed_benchmarks (~> 1.6) devise (~> 4.7) - dogstatsd-ruby (~> 4.6) + dogstatsd-ruby (~> 4.7) doorkeeper (~> 5.3) dry-struct (~> 1.2) elasticsearch (~> 7.4)