diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa5f5be..694c7bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## [1.12.0] - 2025-01-23 + +### Added + +* Add Datadog RUM integration support for browser tests with cuprite driver ([#283][]) + ## [1.11.0] - 2025-01-02 ### Changed @@ -380,7 +386,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil - Ruby versions < 2.7 no longer supported ([#8][]) -[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.11.0...main +[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.12.0...main +[1.12.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.8.1...v1.9.0 @@ -546,4 +553,5 @@ Currently test suite level visibility is not used by our instrumentation: it wil [#267]: https://github.com/DataDog/datadog-ci-rb/issues/267 [#271]: https://github.com/DataDog/datadog-ci-rb/issues/271 [#272]: https://github.com/DataDog/datadog-ci-rb/issues/272 -[#275]: https://github.com/DataDog/datadog-ci-rb/issues/275 \ No newline at end of file +[#275]: https://github.com/DataDog/datadog-ci-rb/issues/275 +[#283]: https://github.com/DataDog/datadog-ci-rb/issues/283 \ No newline at end of file diff --git a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock index 851fb3b8..31d07d27 100644 --- a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock index 31befcd9..718564d1 100644 --- a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock index 5c78e7c5..0f3e768b 100644 --- a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock index 659719c5..762038c2 100644 --- a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock index 3cd4c17d..e6b74962 100644 --- a/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock index b6240af8..383de00c 100644 --- a/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock index 4d345575..55989e74 100644 --- a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock index bd6143ef..93d03d89 100644 --- a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock index 7ed58365..cd0e0451 100644 --- a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock index 18776cff..70c38883 100644 --- a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock index ffc1691f..ce22575f 100644 --- a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock index d3e08133..d17c8d8d 100644 --- a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock index c8a5107e..0749994a 100644 --- a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_cuprite_0_capybara_3.gemfile.lock b/gemfiles/jruby_9.4_cuprite_0_capybara_3.gemfile.lock index 4c002a29..d526a739 100644 --- a/gemfiles/jruby_9.4_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/jruby_9.4_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock index 1146513a..8c8a771f 100644 --- a/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_minitest_5.gemfile.lock b/gemfiles/jruby_9.4_minitest_5.gemfile.lock index 40d93628..18bef6c5 100644 --- a/gemfiles/jruby_9.4_minitest_5.gemfile.lock +++ b/gemfiles/jruby_9.4_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index d6d8ab19..70138a00 100644 --- a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_rspec_3.gemfile.lock b/gemfiles/jruby_9.4_rspec_3.gemfile.lock index 2b690f8c..ec99d915 100644 --- a/gemfiles/jruby_9.4_rspec_3.gemfile.lock +++ b/gemfiles/jruby_9.4_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock index b212c9e1..f9de5619 100644 --- a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/jruby_9.4_timecop_0.gemfile.lock b/gemfiles/jruby_9.4_timecop_0.gemfile.lock index 7fac1860..6d058d0b 100644 --- a/gemfiles/jruby_9.4_timecop_0.gemfile.lock +++ b/gemfiles/jruby_9.4_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock index ed09cf1e..23dcd7a7 100644 --- a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock index 410af017..c57ad93b 100644 --- a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock index 8cf231c8..63b24e36 100644 --- a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock index af2863a7..41ec4808 100644 --- a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock index 05f91f4c..1585a83c 100644 --- a/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock index e1b7d009..c38a98da 100644 --- a/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock index 202fa2c3..d9c9a49d 100644 --- a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock index 186f089a..2d2b1ed5 100644 --- a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock index 0a051afa..fae9f3fd 100644 --- a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock index 4933ef1c..cdbaeb7b 100644 --- a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock index 31696cc8..73a2c882 100644 --- a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock index 84828fc5..b99ba914 100644 --- a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock index b8c3e253..98aebd2d 100644 --- a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock index 1d781c02..b947893f 100644 --- a/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_minitest_5.gemfile.lock b/gemfiles/ruby_2.7_minitest_5.gemfile.lock index 9be0b477..60da82a4 100644 --- a/gemfiles/ruby_2.7_minitest_5.gemfile.lock +++ b/gemfiles/ruby_2.7_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_rspec_3.gemfile.lock b/gemfiles/ruby_2.7_rspec_3.gemfile.lock index acdbd65a..6166a5ac 100644 --- a/gemfiles/ruby_2.7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_2.7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_2.7_timecop_0.gemfile.lock b/gemfiles/ruby_2.7_timecop_0.gemfile.lock index 5f6b4293..f198ddfb 100644 --- a/gemfiles/ruby_2.7_timecop_0.gemfile.lock +++ b/gemfiles/ruby_2.7_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock index c5b1b172..37b04634 100644 --- a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock index 4b99d558..0ce07169 100644 --- a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock index 29d5bea7..9f16bbe1 100644 --- a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock index bf9fcb35..bccae6dd 100644 --- a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock index cc944c2a..e1434f08 100644 --- a/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock index 63a22dd1..f9da3cbe 100644 --- a/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock index a86bd908..544fd725 100644 --- a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock index 2590d6c3..2ff62af2 100644 --- a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock index 80acbae0..38ce25a3 100644 --- a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock index 9550eacb..74100371 100644 --- a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock index c4be74b0..fc97ab5e 100644 --- a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock index 92a0aef7..3b54f4c0 100644 --- a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock index 17d325bd..8ebdeb38 100644 --- a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_cuprite_0_capybara_3.gemfile.lock b/gemfiles/ruby_3.0_cuprite_0_capybara_3.gemfile.lock index 3687b4c9..1668a81a 100644 --- a/gemfiles/ruby_3.0_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.0_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile.lock index 38bd6772..c692bd8a 100644 --- a/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_minitest_5.gemfile.lock b/gemfiles/ruby_3.0_minitest_5.gemfile.lock index d4909689..085c2cb6 100644 --- a/gemfiles/ruby_3.0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_rspec_3.gemfile.lock b/gemfiles/ruby_3.0_rspec_3.gemfile.lock index 065ff5ad..d6639570 100644 --- a/gemfiles/ruby_3.0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock index 11c89a0c..3b825895 100644 --- a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.0_timecop_0.gemfile.lock b/gemfiles/ruby_3.0_timecop_0.gemfile.lock index f2a8ca00..d1333773 100644 --- a/gemfiles/ruby_3.0_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.0_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock index c5b1b172..37b04634 100644 --- a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock index 4b99d558..0ce07169 100644 --- a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock index 29d5bea7..9f16bbe1 100644 --- a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock index f705c1ca..8e1db765 100644 --- a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock index cc944c2a..e1434f08 100644 --- a/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock index 63a22dd1..f9da3cbe 100644 --- a/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock index a86bd908..544fd725 100644 --- a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock index 2590d6c3..2ff62af2 100644 --- a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock index 80acbae0..38ce25a3 100644 --- a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock index 9550eacb..74100371 100644 --- a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock index c4be74b0..fc97ab5e 100644 --- a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock index 92a0aef7..3b54f4c0 100644 --- a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock index 17d325bd..8ebdeb38 100644 --- a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_cuprite_0_capybara_3.gemfile.lock b/gemfiles/ruby_3.1_cuprite_0_capybara_3.gemfile.lock index 79a8a378..b5592321 100644 --- a/gemfiles/ruby_3.1_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.1_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile.lock index 38bd6772..c692bd8a 100644 --- a/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_minitest_5.gemfile.lock b/gemfiles/ruby_3.1_minitest_5.gemfile.lock index d4909689..085c2cb6 100644 --- a/gemfiles/ruby_3.1_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.1_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index 21131ace..c174968e 100644 --- a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_rspec_3.gemfile.lock b/gemfiles/ruby_3.1_rspec_3.gemfile.lock index 065ff5ad..d6639570 100644 --- a/gemfiles/ruby_3.1_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.1_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock index 0aadf9ad..396e4b48 100644 --- a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.1_timecop_0.gemfile.lock b/gemfiles/ruby_3.1_timecop_0.gemfile.lock index f2a8ca00..d1333773 100644 --- a/gemfiles/ruby_3.1_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.1_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock index c5b1b172..37b04634 100644 --- a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock index 4b99d558..0ce07169 100644 --- a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock index 3632a0d7..9de56a76 100644 --- a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock index f705c1ca..8e1db765 100644 --- a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile.lock index cc944c2a..e1434f08 100644 --- a/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile.lock index 63a22dd1..f9da3cbe 100644 --- a/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock index a86bd908..544fd725 100644 --- a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock index 2590d6c3..2ff62af2 100644 --- a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock index 80acbae0..38ce25a3 100644 --- a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock index 9550eacb..74100371 100644 --- a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock index c4be74b0..fc97ab5e 100644 --- a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock index 92a0aef7..3b54f4c0 100644 --- a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock index 17d325bd..8ebdeb38 100644 --- a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_cuprite_0_capybara_3.gemfile.lock b/gemfiles/ruby_3.2_cuprite_0_capybara_3.gemfile.lock index 79a8a378..b5592321 100644 --- a/gemfiles/ruby_3.2_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.2_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile.lock index 38bd6772..c692bd8a 100644 --- a/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_minitest_5.gemfile.lock b/gemfiles/ruby_3.2_minitest_5.gemfile.lock index d4909689..085c2cb6 100644 --- a/gemfiles/ruby_3.2_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.2_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index efd0e676..eae18c53 100644 --- a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_rspec_3.gemfile.lock b/gemfiles/ruby_3.2_rspec_3.gemfile.lock index 065ff5ad..d6639570 100644 --- a/gemfiles/ruby_3.2_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.2_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock index 0aadf9ad..396e4b48 100644 --- a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.2_timecop_0.gemfile.lock b/gemfiles/ruby_3.2_timecop_0.gemfile.lock index f2a8ca00..d1333773 100644 --- a/gemfiles/ruby_3.2_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.2_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock index 14628634..33f729b1 100644 --- a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock index 86add17d..1ad0e2c6 100644 --- a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock index cf350698..8c43dac3 100644 --- a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock index 4f52b3a4..5f230998 100644 --- a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile.lock index bc5539c2..eb535af0 100644 --- a/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile.lock index 79b56afd..22dc9271 100644 --- a/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock index bc386c62..0ccf4c4a 100644 --- a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock index 3c8ee46d..1f232fd1 100644 --- a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock index 826044d0..0519efe2 100644 --- a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock index d3561476..af532b41 100644 --- a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock index c60ea1df..c2b01362 100644 --- a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock index caae240f..6dbd6c77 100644 --- a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock index 3c397982..d14c3077 100644 --- a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_cuprite_0_capybara_3.gemfile.lock b/gemfiles/ruby_3.3_cuprite_0_capybara_3.gemfile.lock index e12e97b2..e36954cd 100644 --- a/gemfiles/ruby_3.3_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.3_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile.lock index fc6c78a3..6afe6aea 100644 --- a/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_minitest_5.gemfile.lock b/gemfiles/ruby_3.3_minitest_5.gemfile.lock index f6274b02..a58973fc 100644 --- a/gemfiles/ruby_3.3_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.3_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index a2a54e1b..6ee1b2a1 100644 --- a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_rspec_3.gemfile.lock b/gemfiles/ruby_3.3_rspec_3.gemfile.lock index 859f5732..af533d88 100644 --- a/gemfiles/ruby_3.3_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.3_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock index 6e11290e..8f063086 100644 --- a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.3_timecop_0.gemfile.lock b/gemfiles/ruby_3.3_timecop_0.gemfile.lock index 2a132e81..3adb2117 100644 --- a/gemfiles/ruby_3.3_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.3_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock index 8ce0bd3b..0eb7b96f 100644 --- a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock index 9937c38c..09306409 100644 --- a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock index adb738a5..2ff2fc00 100644 --- a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock index 75441a57..2618b5cc 100644 --- a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile.lock b/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile.lock index a282e4ef..47a0fb21 100644 --- a/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile.lock b/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile.lock index 3dbe58fe..64efedd4 100644 --- a/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock index 3466edbc..3c7dcb27 100644 --- a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock index d0dd2722..5d818c57 100644 --- a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock index 52ccd59c..022adc6b 100644 --- a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock index a3304800..ad9e41de 100644 --- a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock index 1fca41b3..9e8624d9 100644 --- a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock index d028db79..734bc9bb 100644 --- a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock index 6c70c544..792e4f00 100644 --- a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_cuprite_0_capybara_3.gemfile.lock b/gemfiles/ruby_3.4_cuprite_0_capybara_3.gemfile.lock index 09f6468e..bcc35906 100644 --- a/gemfiles/ruby_3.4_cuprite_0_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.4_cuprite_0_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile.lock b/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile.lock index 6f6d7aec..cbecad79 100644 --- a/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_minitest_5.gemfile.lock b/gemfiles/ruby_3.4_minitest_5.gemfile.lock index 6d8336e8..3e7003a1 100644 --- a/gemfiles/ruby_3.4_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.4_minitest_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index 12876e3f..3c1c0aec 100644 --- a/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_rspec_3.gemfile.lock b/gemfiles/ruby_3.4_rspec_3.gemfile.lock index 333aad23..c9d82491 100644 --- a/gemfiles/ruby_3.4_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.4_rspec_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock index 68b86e93..a4460349 100644 --- a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/gemfiles/ruby_3.4_timecop_0.gemfile.lock b/gemfiles/ruby_3.4_timecop_0.gemfile.lock index 2dcf515b..790d0433 100644 --- a/gemfiles/ruby_3.4_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.4_timecop_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - datadog-ci (1.11.0) + datadog-ci (1.12.0) datadog (~> 2.4) msgpack diff --git a/lib/datadog/ci/version.rb b/lib/datadog/ci/version.rb index 588e430d..815b85a1 100644 --- a/lib/datadog/ci/version.rb +++ b/lib/datadog/ci/version.rb @@ -4,7 +4,7 @@ module Datadog module CI module VERSION MAJOR = 1 - MINOR = 11 + MINOR = 12 PATCH = 0 PRE = nil BUILD = nil