diff --git a/Gemfile b/Gemfile index d7e8726d40..b39c843317 100644 --- a/Gemfile +++ b/Gemfile @@ -132,7 +132,7 @@ gem 'memory_profiler', '~> 1.1.0' gem 'rack-mini-profiler', '~> 3.3.1' gem 'stackprof', '~> 0.2.26' -gem 'datadog', '~> 2.7.1' +gem 'datadog', '~> 2.8.0' # Make sure filesystem changes only happen at the end of a transaction gem 'after_commit_everywhere', '~> 1.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 240ab4a5ef..4ba3346ff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,10 +144,10 @@ GEM csv (3.3.0) daemons (1.4.1) dalli (3.2.8) - datadog (2.7.1) + datadog (2.8.0) datadog-ruby_core_source (~> 3.3) - libdatadog (~> 14.1.0.1.0) - libddwaf (~> 1.15.0.0.0) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack datadog-ruby_core_source (3.3.6) date (3.4.0) @@ -197,7 +197,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.3.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -261,8 +261,8 @@ GEM childprocess (~> 5.0) letter_opener (1.10.0) launchy (>= 2.2, < 4) - libdatadog (14.1.0.1.0-x86_64-linux) - libddwaf (1.15.0.0.0-x86_64-linux) + libdatadog (14.3.1.1.0-x86_64-linux) + libddwaf (1.18.0.0.0-x86_64-linux) ffi (~> 1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -584,7 +584,7 @@ DEPENDENCIES counter_culture (~> 3.8) cssbundling-rails (~> 1.4.1) dalli (~> 3.2.8) - datadog (~> 2.7.1) + datadog (~> 2.8.0) delayed_job_active_record (~> 4.1.11) delayed_job_web (~> 1.4.4) devise (~> 4.9.4)