From 7dc4da9a1babeffd9e80f2d5ecf9e82791e578c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:05:10 +0000 Subject: [PATCH] Bump dogstatsd-ruby from 5.6.2 to 5.6.3 (#19458) Bumps [dogstatsd-ruby](https://github.com/DataDog/dogstatsd-ruby) from 5.6.2 to 5.6.3. - [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/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: dogstatsd-ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 79254e99d97..6ec798985b6 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'connect_vbms', git: 'https://github.com/adhocteam/connect_vbms', tag: 'v2.1 gem 'csv' gem 'date_validator' gem 'ddtrace' -gem 'dogstatsd-ruby', '5.6.2' +gem 'dogstatsd-ruby', '5.6.3' gem 'dry-struct' gem 'dry-types' gem 'ethon', '>=0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index d7a588cbd57..d9280fca259 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ GEM thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.5.1) docile (1.4.0) - dogstatsd-ruby (5.6.2) + dogstatsd-ruby (5.6.3) domain_name (0.6.20240107) down (5.4.2) addressable (~> 2.8) @@ -1162,7 +1162,7 @@ DEPENDENCIES ddtrace debts_api! dhp_connected_devices! - dogstatsd-ruby (= 5.6.2) + dogstatsd-ruby (= 5.6.3) dry-struct dry-types ethon (>= 0.13.0)