From 3bc485cfcd0bff9beb1213040599cfc3a90ed1c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 02:31:18 +0000 Subject: [PATCH] Bump dogstatsd-ruby from 3.0.0 to 4.4.0 Bumps [dogstatsd-ruby](https://github.com/datadog/dogstatsd-ruby) from 3.0.0 to 4.4.0. - [Release notes](https://github.com/datadog/dogstatsd-ruby/releases) - [Changelog](https://github.com/DataDog/dogstatsd-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/datadog/dogstatsd-ruby/compare/v3.0.0...v4.4.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..e520b76 100644 --- a/Gemfile +++ b/Gemfile @@ -14,4 +14,4 @@ gem 'rack_csrf', '~> 2.6.0' gem 'rack-flash3', '~> 1.0.5' gem 'newrelic-redis', '~> 2.0.0' gem 'sinatra-contrib', '~> 1.4.7' -gem 'dogstatsd-ruby', '~> 3.0.0' +gem 'dogstatsd-ruby', '~> 4.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..8a745f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM connection_pool (2.2.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - dogstatsd-ruby (3.0.0) + dogstatsd-ruby (4.4.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) github_api (0.13.1) @@ -75,7 +75,7 @@ PLATFORMS ruby DEPENDENCIES - dogstatsd-ruby (~> 3.0.0) + dogstatsd-ruby (~> 4.4.0) github_api (~> 0.13.0) haml (~> 4.0.6) hiredis (~> 0.6.0)