diff --git a/Gemfile b/Gemfile index cde9494213..206a769045 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.3.0' +gem 'datadog', '~> 2.4.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 3f6678e023..bc93cc6cf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,9 +142,9 @@ GEM csv (3.3.0) daemons (1.4.1) dalli (3.2.8) - datadog (2.3.0) + datadog (2.4.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 11.0.0.1.0) + libdatadog (~> 12.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack date (3.3.4) @@ -259,7 +259,7 @@ GEM childprocess (~> 5.0) letter_opener (1.10.0) launchy (>= 2.2, < 4) - libdatadog (11.0.0.1.0-x86_64-linux) + libdatadog (12.0.0.1.0-x86_64-linux) libddwaf (1.14.0.0.0-x86_64-linux) ffi (~> 1.0) listen (3.9.0) @@ -289,7 +289,7 @@ GEM minitest mocha (2.4.5) ruby2_keywords (>= 0.0.5) - msgpack (1.7.2) + msgpack (1.7.3) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) @@ -580,7 +580,7 @@ DEPENDENCIES counter_culture (~> 3.8) cssbundling-rails (~> 1.4.1) dalli (~> 3.2.8) - datadog (~> 2.3.0) + datadog (~> 2.4.0) delayed_job_active_record (~> 4.1.10) delayed_job_web (~> 1.4.4) devise (~> 4.9.4)