From d35efbb734bfc5532d7568441bcc50d65fc8fd73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 02:35:59 +0000 Subject: [PATCH] Bump dogstatsd-ruby from 3.0.0 to 4.3.0 Bumps [dogstatsd-ruby](https://github.com/datadog/dogstatsd-ruby) from 3.0.0 to 4.3.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.3.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..066af01 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.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..5eebec9 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.3.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.3.0) github_api (~> 0.13.0) haml (~> 4.0.6) hiredis (~> 0.6.0)