Update dogstatsd-ruby to version 5.6.1 (#20353)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
parent
3e27e9c986
commit
2402ef1096
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/dogstatsd-ruby-4.8.3.gem
vendored
BIN
vendor/cache/dogstatsd-ruby-4.8.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/dogstatsd-ruby-5.6.1.gem
vendored
Normal file
BIN
vendor/cache/dogstatsd-ruby-5.6.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue