diff --git a/Gemfile b/Gemfile index 2c72cc05df5d4..89897e6cfffeb 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "counter_culture", "~> 2.8" # counter_culture provides turbo-charged counter gem "ddtrace", "~> 0.47.0" # ddtrace is Datadog’s tracing client for Ruby. gem "devise", github: "heartcombo/devise", ref: "0cd72a5" # Flexible authentication solution for Rails gem "devise_invitable", "~> 2.0.3" # Allows invitations to be sent for joining -gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog +gem "dogstatsd-ruby", "~> 5.5" # A client for DogStatsD, an extension of the StatsD metric server for Datadog gem "doorkeeper", "~> 5.5" # Oauth 2 provider gem "elasticsearch", "~> 7.12" # Powers DEVs core search functionality gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel diff --git a/Gemfile.lock b/Gemfile.lock index 0414f2484c458..cebfccc0ff66a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM diff-lcs (1.4.4) distribution (0.8.0) docile (1.3.5) - dogstatsd-ruby (4.8.3) + dogstatsd-ruby (5.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) doorkeeper (5.5.1) @@ -881,7 +881,7 @@ DEPENDENCIES derailed_benchmarks (~> 2.0) devise! devise_invitable (~> 2.0.3) - dogstatsd-ruby (~> 4.8) + dogstatsd-ruby (~> 5.5) doorkeeper (~> 5.5) dotenv-rails (~> 2.7.6) elasticsearch (~> 7.12) diff --git a/vendor/cache/dogstatsd-ruby-4.8.3.gem b/vendor/cache/dogstatsd-ruby-4.8.3.gem deleted file mode 100644 index 3126d09532e4b..0000000000000 Binary files a/vendor/cache/dogstatsd-ruby-4.8.3.gem and /dev/null differ diff --git a/vendor/cache/dogstatsd-ruby-5.5.0.gem b/vendor/cache/dogstatsd-ruby-5.5.0.gem new file mode 100644 index 0000000000000..b488b4065c733 Binary files /dev/null and b/vendor/cache/dogstatsd-ruby-5.5.0.gem differ