Skip to content

Commit

Permalink
Update dogstatsd-ruby to version 5.6.1 (forem#20353)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Nov 17, 2023
1 parent 3e27e9c commit 2402ef1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "countries", "~> 5.5" # All sorts of useful information about every country
gem "ddtrace", "~> 1.15.0" # ddtrace is Datadog’s tracing client for Ruby.
gem "devise", "~> 4.8" # Flexible authentication solution for Rails
gem "devise_invitable", "~> 2.0.6" # 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.6" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given its uri by fetching as little as needed.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
devise (>= 4.6)
diff-lcs (1.5.0)
docile (1.4.0)
dogstatsd-ruby (4.8.3)
dogstatsd-ruby (5.6.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
Expand Down Expand Up @@ -998,7 +998,7 @@ DEPENDENCIES
derailed_benchmarks (~> 2.1)
devise (~> 4.8)
devise_invitable (~> 2.0.6)
dogstatsd-ruby (~> 4.8)
dogstatsd-ruby (~> 5.6)
dotenv-rails (~> 2.8.1)
easy_translate (~> 0.5.1)
email_validator (~> 2.2)
Expand Down
Binary file removed vendor/cache/dogstatsd-ruby-4.8.3.gem
Binary file not shown.
Binary file added vendor/cache/dogstatsd-ruby-5.6.1.gem
Binary file not shown.

0 comments on commit 2402ef1

Please sign in to comment.