Skip to content

Commit

Permalink
[ruby] Update ddtrace 1.3.0 → 1.15.0 (minor) (forem#20293)
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 Oct 31, 2023
1 parent 9df24fc commit b8038a3
Show file tree
Hide file tree
Showing 23 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "cld3", "~> 3.5" # Ruby interface for Compact Language Detector v3
gem "cloudinary", "~> 1.23" # Client library for easily using the Cloudinary service
gem "counter_culture", "~> 3.2" # counter_culture provides turbo-charged counter caches that are kept up-to-date
gem "countries", "~> 5.5" # All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166
gem "ddtrace", "~> 1.3.0" # ddtrace is Datadog’s tracing client for Ruby.
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
Expand Down
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,17 @@ GEM
puma (>= 3.8.0)
railties (>= 5.2.0)
dante (0.2.0)
datadog-ci (0.2.0)
msgpack
date (3.3.3)
ddtrace (1.3.0)
debase-ruby_core_source (= 0.10.16)
libdatadog (~> 0.7.0.1.0)
libddwaf (~> 1.3.0.2.0)
ddtrace (1.15.0)
datadog-ci (~> 0.2.0)
debase-ruby_core_source (= 3.2.2)
libdatadog (~> 5.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
dead_end (4.0.0)
debase-ruby_core_source (0.10.16)
debase-ruby_core_source (3.2.2)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
Expand Down Expand Up @@ -289,7 +292,7 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.16.2)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -456,15 +459,15 @@ GEM
language_server-protocol (3.17.0.3)
launchy (2.5.2)
addressable (~> 2.8)
libdatadog (0.7.0.1.1)
libdatadog (0.7.0.1.1-x86_64-linux)
libddwaf (1.3.0.2.0)
libdatadog (5.0.0.1.0)
libdatadog (5.0.0.1.0-x86_64-linux)
libddwaf (1.14.0.0.0)
ffi (~> 1.0)
libddwaf (1.3.0.2.0-arm64-darwin)
libddwaf (1.14.0.0.0-arm64-darwin)
ffi (~> 1.0)
libddwaf (1.3.0.2.0-x86_64-darwin)
libddwaf (1.14.0.0.0-x86_64-darwin)
ffi (~> 1.0)
libddwaf (1.3.0.2.0-x86_64-linux)
libddwaf (1.14.0.0.0-x86_64-linux)
ffi (~> 1.0)
libhoney (2.2.0)
addressable (~> 2.0)
Expand Down Expand Up @@ -515,7 +518,7 @@ GEM
connection_pool (>= 2)
msgpack (>= 0.5)
redis (>= 3.0)
msgpack (1.6.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
Expand Down Expand Up @@ -994,7 +997,7 @@ DEPENDENCIES
countries (~> 5.5)
cuprite (~> 0.13)
cypress-rails (~> 0.5)
ddtrace (~> 1.3.0)
ddtrace (~> 1.15.0)
debug (>= 1.0.0)
derailed_benchmarks (~> 2.1)
devise (~> 4.8)
Expand Down
Binary file added vendor/cache/datadog-ci-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/ddtrace-1.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/ddtrace-1.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/debase-ruby_core_source-0.10.16.gem
Binary file not shown.
Binary file added vendor/cache/debase-ruby_core_source-3.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/ffi-1.16.2.gem
Binary file not shown.
Binary file added vendor/cache/ffi-1.16.3.gem
Binary file not shown.
Binary file removed vendor/cache/libdatadog-0.7.0.1.1-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/libdatadog-0.7.0.1.1.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/libdatadog-5.0.0.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/libddwaf-1.14.0.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/libddwaf-1.3.0.2.0-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/libddwaf-1.3.0.2.0-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/libddwaf-1.3.0.2.0-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/libddwaf-1.3.0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/msgpack-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/msgpack-1.7.2.gem
Binary file not shown.

0 comments on commit b8038a3

Please sign in to comment.