From cad05bf697786bf01930eed53f039e2005196a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Nov 2017 07:07:05 +0000 Subject: [PATCH] chore(dependencies): Bump dogstatsd-ruby from 3.0.0 to 3.1.0 Bumps [dogstatsd-ruby](https://github.com/datadog/dogstatsd-ruby) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/DataDog/dogstatsd-ruby/releases/tag/v3.1.0) - [Changelog](https://github.com/DataDog/dogstatsd-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/datadog/dogstatsd-ruby/compare/v3.0.0...v3.1.0) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..65a0f41 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', '~> 3.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..2029b46 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 (3.1.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 (~> 3.1.0) github_api (~> 0.13.0) haml (~> 4.0.6) hiredis (~> 0.6.0)