Bump dogstatsd-ruby from 4.5.0 to 4.6.0 (#5599) [deploy]

Bumps [dogstatsd-ruby](https://github.com/DataDog/dogstatsd-ruby) from 4.5.0 to 4.6.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/v4.5.0...v4.6.0)
This commit is contained in:
dependabot-preview[bot] 2020-01-20 09:34:23 -05:00 committed by Molly Struve
parent 29af0b240a
commit fe50cd7de8
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem "ddtrace", "~> 0.31.0" # ddtrace is Datadogs tracing client for Ruby.
gem "delayed_job_active_record", "~> 4.1" # ActiveRecord backend for Delayed::Job
gem "delayed_job_web", "~> 1.4" # Web interface for delayed_job
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
gem "dogstatsd-ruby", "~> 4.5" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
gem "dogstatsd-ruby", "~> 4.6" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
gem "doorkeeper", "~> 5.2" # Oauth 2 provider
gem "draper", "~> 3.1" # Draper adds an object-oriented layer of presentation logic to your Rails apps
gem "dry-struct", "~> 1.2" # Typed structs and value objects

View file

@ -249,7 +249,7 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.3.2)
dogstatsd-ruby (4.5.0)
dogstatsd-ruby (4.6.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.2.3)
@ -902,7 +902,7 @@ DEPENDENCIES
delayed_job_web (~> 1.4)
derailed_benchmarks (~> 1.6)
devise (~> 4.7)
dogstatsd-ruby (~> 4.5)
dogstatsd-ruby (~> 4.6)
doorkeeper (~> 5.2)
draper (~> 3.1)
dry-struct (~> 1.2)