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)