From 7a126a5dd11ed1a8262ccf8cf1313c1d2189f8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:04:58 +0000 Subject: [PATCH] build(deps): bump statsd-instrument from 3.11.1 to 4.0.0 Bumps [statsd-instrument](https://github.com/Shopify/statsd-instrument) from 3.11.1 to 4.0.0. - [Changelog](https://github.com/Shopify/statsd-instrument/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/statsd-instrument/compare/v3.11.1...v4.0.0) --- updated-dependencies: - dependency-name: statsd-instrument dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d595c082361..26708685c33 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'sequel', '~> 5.107' gem 'sequel_pg', require: 'sequel' gem 'sinatra', '~> 4.2' gem 'sinatra-contrib' -gem 'statsd-instrument', '~> 3.11' +gem 'statsd-instrument', '~> 4.0' gem 'talentbox-delayed_job_sequel', '~> 4.4.0' gem 'uri', '~> 1.1' diff --git a/Gemfile.lock b/Gemfile.lock index b91c4d9dd24..4061120afc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -401,7 +401,7 @@ GEM spring (4.7.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - statsd-instrument (3.11.1) + statsd-instrument (4.0.0) stringio (3.2.0) talentbox-delayed_job_sequel (4.4.0) delayed_job (~> 4.1) @@ -496,7 +496,7 @@ DEPENDENCIES solargraph spring spring-commands-rspec - statsd-instrument (~> 3.11) + statsd-instrument (~> 4.0) talentbox-delayed_job_sequel (~> 4.4.0) timecop uri (~> 1.1)