Bump ddtrace from 0.52.0 to 0.53.0 (#14978)
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/DataDog/dd-trace-rb/releases) - [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-rb/compare/v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb39da4440
commit
ef2a59ceea
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ gem "carrierwave", "~> 2.2" # Upload files in your Ruby applications, map them t
|
|||
gem "carrierwave-bombshelter", "~> 0.2" # Protect your carrierwave from image bombs
|
||||
gem "cloudinary", "~> 1.21" # Client library for easily using the Cloudinary service
|
||||
gem "counter_culture", "~> 2.9" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.52.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "ddtrace", "~> 0.53.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.8" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.5" # 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
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ GEM
|
|||
puma (>= 3.8.0)
|
||||
railties (>= 5.2.0)
|
||||
dante (0.2.0)
|
||||
ddtrace (0.52.0)
|
||||
ddtrace (0.53.0)
|
||||
ffi (~> 1.0)
|
||||
msgpack
|
||||
dead_end (1.1.7)
|
||||
|
|
@ -891,7 +891,7 @@ DEPENDENCIES
|
|||
cloudinary (~> 1.21)
|
||||
counter_culture (~> 2.9)
|
||||
cypress-rails (~> 0.5.3)
|
||||
ddtrace (~> 0.52.0)
|
||||
ddtrace (~> 0.53.0)
|
||||
derailed_benchmarks (~> 2.1)
|
||||
devise (~> 4.8)
|
||||
devise_invitable (~> 2.0.5)
|
||||
|
|
|
|||
BIN
vendor/cache/ddtrace-0.52.0.gem
vendored
BIN
vendor/cache/ddtrace-0.52.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/ddtrace-0.53.0.gem
vendored
Normal file
BIN
vendor/cache/ddtrace-0.53.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue