Skip to content
Snippets Groups Projects
Commit fb00706c authored by John Harris's avatar John Harris
Browse files

fix: use ddtrace transitive dep from semantic logger

parent 5071dfc6
No related branches found
Tags v3.2.9
No related merge requests found
Pipeline #79304 passed
......@@ -36,9 +36,8 @@ gem 'pundit', '2.2.0'
gem 'nexus_seed', '0.2.30'
# Monitoring / Performance
gem 'ddtrace', '1.20.0'
gem 'health_check', '3.1.0'
gem 'nexus_semantic_logger', '1.12.5'
gem 'nexus_semantic_logger', '1.12.6'
gem 'actionpack-cloudflare', '1.1.0'
# Caching
......
......@@ -80,7 +80,7 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
aws-partitions (1.937.0)
aws-partitions (1.938.0)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
......@@ -115,13 +115,13 @@ GEM
bigdecimal
rexml
crass (1.0.6)
datadog-ci (0.7.0)
datadog-ci (0.8.3)
msgpack
date (3.3.4)
ddtrace (1.20.0)
datadog-ci (~> 0.7.0)
ddtrace (1.23.0)
datadog-ci (~> 0.8.1)
debase-ruby_core_source (= 3.3.1)
libdatadog (~> 5.0.0.1.0)
libdatadog (~> 7.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.3.1)
......@@ -175,7 +175,7 @@ GEM
json (2.7.2)
jsonapi-renderer (0.2.2)
jwt (2.7.1)
libdatadog (5.0.0.1.0-x86_64-linux)
libdatadog (7.0.0.1.0-x86_64-linux)
libddwaf (1.14.0.0.0-x86_64-linux)
ffi (~> 1.0)
libv8-node (18.16.0.0-x86_64-linux)
......@@ -222,9 +222,9 @@ GEM
bunny
nexus_seed (0.2.30)
nexus_semantic_logger (~> 1.11)
nexus_semantic_logger (1.12.5)
nexus_semantic_logger (1.12.6)
amazing_print (~> 1.4.0)
ddtrace (~> 1.9)
ddtrace (~> 1.22)
dogstatsd-ruby (~> 5.4.0)
google-protobuf (~> 3.22.0)
net_tcp_client (~> 2.2.0)
......@@ -404,7 +404,6 @@ DEPENDENCIES
batch-loader (= 2.0.1)
bootstrap (= 4.6.0)
bunny-mock (= 1.7.0)
ddtrace (= 1.20.0)
delayed_job_active_record (= 4.1.7)
discard (= 1.2.1)
dotenv-rails (= 2.8.1)
......@@ -421,7 +420,7 @@ DEPENDENCIES
nexus_cqrs (= 0.4.10)
nexus_domain_events (= 1.1.2)
nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.5)
nexus_semantic_logger (= 1.12.6)
pg (= 1.5.3)
puma (= 6.4.2)
pundit (= 2.2.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment