diff --git a/datadog-ci.gemspec b/datadog-ci.gemspec index e9f920fb..bdaa2d95 100644 --- a/datadog-ci.gemspec +++ b/datadog-ci.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] - spec.add_dependency "datadog", "~> 2.2" + spec.add_dependency "datadog", "~> 2.3" spec.add_dependency "msgpack" spec.extensions = ["ext/datadog_cov/extconf.rb"] diff --git a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock index 54df9184..5373e734 100644 --- a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,34 +23,34 @@ GEM bigdecimal (3.1.7-java) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -112,10 +112,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock index b68f461d..6174a67e 100644 --- a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,34 +23,34 @@ GEM bigdecimal (3.1.7-java) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -112,10 +112,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock index c903e194..68cef334 100644 --- a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,34 +24,34 @@ GEM bigdecimal (3.1.7-java) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -59,14 +59,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -76,7 +76,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -85,18 +85,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -113,10 +113,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -136,7 +136,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS universal-java-11 diff --git a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock index 383cd9af..0caeb7a2 100644 --- a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,37 +30,37 @@ GEM bigdecimal (3.1.7-java) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -67,14 +68,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,23 +94,24 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -121,10 +123,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 343ad44d..c01d7a79 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,39 +18,39 @@ GEM ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -112,10 +112,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 f302da5f..7c4e7fd8 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 @@ -2,47 +2,47 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8-java) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -104,10 +104,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock index 35200140..19827c3d 100644 --- a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,20 +39,20 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) @@ -61,8 +61,8 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -70,14 +70,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +87,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -96,18 +96,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -124,10 +124,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock index 99e5a9e9..4d4bf3d3 100644 --- a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 7.1, >= 7.1.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.2, >= 12.2.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.3) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -97,14 +97,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -151,10 +151,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock index ed4d9052..2094c12a 100644 --- a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -97,14 +97,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -151,10 +151,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock index 1075554f..3ebbdd21 100644 --- a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,21 +60,21 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) @@ -82,13 +82,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2-java) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -101,14 +101,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -127,18 +127,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -155,10 +155,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock index 3f5fd038..186a5c23 100644 --- a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,31 +52,31 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2-java) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -84,14 +84,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -101,7 +101,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -110,18 +110,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -138,10 +138,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock index e753079b..0e3f35cf 100644 --- a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,31 +46,31 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2-java) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -78,14 +78,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -95,7 +95,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -104,18 +104,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -132,10 +132,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock index 72c60638..48722d81 100644 --- a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,23 +43,23 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) @@ -68,8 +68,8 @@ GEM msgpack (1.7.2-java) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -77,14 +77,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -94,7 +94,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -103,18 +103,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -131,10 +131,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 ee80b8d5..0cf1748f 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,29 +21,29 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -51,14 +51,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -68,7 +68,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -77,18 +77,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -105,10 +105,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_minitest_5.gemfile.lock b/gemfiles/jruby_9.4_minitest_5.gemfile.lock index ea7c02ba..745cab39 100644 --- a/gemfiles/jruby_9.4_minitest_5.gemfile.lock +++ b/gemfiles/jruby_9.4_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,28 +21,28 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -104,10 +104,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 910ae6fb..8ffa8411 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 @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,37 +30,37 @@ GEM bigdecimal (3.1.7-java) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -67,14 +68,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,25 +94,26 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) shoulda-context (2.0.0) - shoulda-matchers (6.2.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -124,10 +126,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/jruby_9.4_rspec_3.gemfile.lock b/gemfiles/jruby_9.4_rspec_3.gemfile.lock index 762cfcd6..207ed251 100644 --- a/gemfiles/jruby_9.4_rspec_3.gemfile.lock +++ b/gemfiles/jruby_9.4_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,27 +21,27 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -49,14 +49,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -66,7 +66,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -75,18 +75,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -103,10 +103,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 50e41915..96391356 100644 --- a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -45,7 +45,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -53,36 +53,37 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) msgpack (1.7.2-java) multi_test (1.1.0) - nokogiri (1.16.6-java) + nokogiri (1.16.7-java) racc (~> 1.4) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -90,9 +91,9 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) - rack (3.1.3) + public_suffix (6.0.1) + racc (1.8.1-java) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -100,7 +101,7 @@ GEM rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -110,7 +111,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -119,26 +120,27 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -153,10 +155,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -175,7 +177,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) diff --git a/gemfiles/jruby_9.4_timecop_0.gemfile.lock b/gemfiles/jruby_9.4_timecop_0.gemfile.lock index c3b4b33d..18791fd9 100644 --- a/gemfiles/jruby_9.4_timecop_0.gemfile.lock +++ b/gemfiles/jruby_9.4_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,28 +21,28 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2-java) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) + libdatadog (11.0.0.1.0) libddwaf (1.14.0.0.0-java) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2-java) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) - public_suffix (5.1.1) - racc (1.8.0-java) + public_suffix (6.0.1) + racc (1.8.1-java) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -104,10 +104,10 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock index 553f1196..96375cb3 100644 --- a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,34 +23,34 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -95,7 +95,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock index 26ec9eb0..9bb45dd8 100644 --- a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,34 +23,34 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -95,7 +95,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock index bd008b18..abf81ed5 100644 --- a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,34 +24,34 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -59,14 +59,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -76,7 +76,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -96,7 +96,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -134,7 +134,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock index 4c0b0585..0d253383 100644 --- a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock @@ -2,13 +2,13 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -18,8 +18,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,37 +29,37 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -67,14 +67,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +84,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -104,7 +104,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 83889021..ceb60437 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,39 +18,39 @@ GEM ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -58,14 +58,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -95,7 +95,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 675b28c2..4def4b03 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 @@ -2,47 +2,47 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -87,7 +87,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock index 8f6d2978..31b4ce56 100644 --- a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,20 +39,20 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -61,8 +61,8 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -70,14 +70,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +87,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -107,7 +107,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock index f93c559e..c41c0802 100644 --- a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 7.1, >= 7.1.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.2, >= 12.2.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.3) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -97,14 +97,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -134,7 +134,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock index 0d84bcec..6d95d2a1 100644 --- a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -97,14 +97,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -134,7 +134,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock index 8d34a98a..a20a2654 100644 --- a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,21 +60,21 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -82,13 +82,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -101,14 +101,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -138,7 +138,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock index 6237fd6b..07ad8098 100644 --- a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,31 +52,31 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -84,14 +84,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -101,7 +101,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -121,7 +121,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock index 5af3d28b..c3310099 100644 --- a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,31 +46,31 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -78,14 +78,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -95,7 +95,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -115,7 +115,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock index 442485d9..590c0d03 100644 --- a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,23 +43,23 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -68,8 +68,8 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -77,14 +77,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -94,7 +94,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -114,7 +114,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 3d9fa8f0..8c6017a6 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,29 +21,29 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -51,14 +51,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -68,7 +68,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -88,7 +88,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_minitest_5.gemfile.lock b/gemfiles/ruby_2.7_minitest_5.gemfile.lock index 088d1f21..7ed932ff 100644 --- a/gemfiles/ruby_2.7_minitest_5.gemfile.lock +++ b/gemfiles/ruby_2.7_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,28 +21,28 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -87,7 +87,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_rspec_3.gemfile.lock b/gemfiles/ruby_2.7_rspec_3.gemfile.lock index 1d263c37..95d96ad7 100644 --- a/gemfiles/ruby_2.7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_2.7_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,27 +21,27 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -49,14 +49,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -66,7 +66,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -86,7 +86,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_2.7_timecop_0.gemfile.lock b/gemfiles/ruby_2.7_timecop_0.gemfile.lock index 03663e3b..3d7b635b 100644 --- a/gemfiles/ruby_2.7_timecop_0.gemfile.lock +++ b/gemfiles/ruby_2.7_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,28 +21,28 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -50,14 +50,14 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -87,7 +87,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock index 553f1196..24f6ae22 100644 --- a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock index 26ec9eb0..9be7930e 100644 --- a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock index bd008b18..c4a88377 100644 --- a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,49 +24,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -76,7 +76,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -85,18 +85,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -111,10 +111,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -134,7 +134,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock index 4c0b0585..cafa7050 100644 --- a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock @@ -2,13 +2,13 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -18,8 +18,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,52 +29,52 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +84,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,18 +93,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -119,10 +119,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 83889021..7da4dc14 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,54 +18,54 @@ GEM ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 675b28c2..3ed2841f 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 @@ -2,62 +2,62 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock index 8f6d2978..049aa305 100644 --- a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,20 +39,20 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -61,23 +61,23 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +87,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -96,18 +96,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -122,10 +122,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock index f93c559e..5db9742f 100644 --- a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 7.1, >= 7.1.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.2, >= 12.2.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.3) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock index 0d84bcec..8bebe0a7 100644 --- a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock index 8d34a98a..29b29d96 100644 --- a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,21 +60,21 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -82,13 +82,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -100,15 +100,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -127,18 +127,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -153,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock index 6237fd6b..e2544965 100644 --- a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,46 +52,46 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -101,7 +101,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -110,18 +110,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -136,10 +136,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock index 5af3d28b..dc30b23f 100644 --- a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,46 +46,46 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -95,7 +95,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -104,18 +104,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -130,10 +130,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock index 442485d9..94f45c98 100644 --- a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,23 +43,23 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -68,23 +68,23 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -94,7 +94,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -103,18 +103,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -129,10 +129,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 3d9fa8f0..e9ebe2e5 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,44 +21,44 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -68,7 +68,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -77,18 +77,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -103,10 +103,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_minitest_5.gemfile.lock b/gemfiles/ruby_3.0_minitest_5.gemfile.lock index 088d1f21..643d691f 100644 --- a/gemfiles/ruby_3.0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.0_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.0_rspec_3.gemfile.lock b/gemfiles/ruby_3.0_rspec_3.gemfile.lock index 1d263c37..5b36b0fb 100644 --- a/gemfiles/ruby_3.0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.0_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,42 +21,42 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -66,7 +66,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -75,18 +75,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -101,10 +101,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 0d465342..ec8c70a0 100644 --- a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -45,7 +45,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -53,45 +53,46 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) msgpack (1.7.2) multi_test (1.1.0) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) - rack (3.1.3) + public_suffix (6.0.1) + racc (1.8.1) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -100,7 +101,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -110,7 +111,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -119,26 +120,27 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -151,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -173,7 +175,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) diff --git a/gemfiles/ruby_3.0_timecop_0.gemfile.lock b/gemfiles/ruby_3.0_timecop_0.gemfile.lock index 03663e3b..13617f51 100644 --- a/gemfiles/ruby_3.0_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.0_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock index 553f1196..24f6ae22 100644 --- a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock index 26ec9eb0..9be7930e 100644 --- a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock index bd008b18..c4a88377 100644 --- a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,49 +24,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -76,7 +76,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -85,18 +85,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -111,10 +111,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -134,7 +134,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock index 4c0b0585..d971dc6e 100644 --- a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,52 +30,52 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,23 +94,24 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -119,10 +121,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 83889021..7da4dc14 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,54 +18,54 @@ GEM ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 675b28c2..3ed2841f 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 @@ -2,62 +2,62 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock index 8f6d2978..049aa305 100644 --- a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,20 +39,20 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -61,23 +61,23 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +87,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -96,18 +96,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -122,10 +122,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock index f93c559e..5db9742f 100644 --- a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 7.1, >= 7.1.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.2, >= 12.2.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.3) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock index 0d84bcec..8bebe0a7 100644 --- a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock index 8d34a98a..29b29d96 100644 --- a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,21 +60,21 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -82,13 +82,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -100,15 +100,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -127,18 +127,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -153,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock index 6237fd6b..e2544965 100644 --- a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,46 +52,46 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -101,7 +101,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -110,18 +110,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -136,10 +136,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock index 5af3d28b..dc30b23f 100644 --- a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,46 +46,46 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -95,7 +95,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -104,18 +104,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -130,10 +130,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock index 442485d9..94f45c98 100644 --- a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,23 +43,23 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -68,23 +68,23 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -94,7 +94,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -103,18 +103,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -129,10 +129,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 3d9fa8f0..e9ebe2e5 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,44 +21,44 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -68,7 +68,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -77,18 +77,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -103,10 +103,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_minitest_5.gemfile.lock b/gemfiles/ruby_3.1_minitest_5.gemfile.lock index 088d1f21..643d691f 100644 --- a/gemfiles/ruby_3.1_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.1_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 5597c71d..4e76971f 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 @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,52 +30,52 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,25 +94,26 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) shoulda-context (2.0.0) - shoulda-matchers (6.2.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -122,10 +124,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.1_rspec_3.gemfile.lock b/gemfiles/ruby_3.1_rspec_3.gemfile.lock index 1d263c37..5b36b0fb 100644 --- a/gemfiles/ruby_3.1_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.1_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,42 +21,42 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -66,7 +66,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -75,18 +75,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -101,10 +101,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 0d465342..ec8c70a0 100644 --- a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -45,7 +45,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -53,45 +53,46 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) msgpack (1.7.2) multi_test (1.1.0) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) - rack (3.1.3) + public_suffix (6.0.1) + racc (1.8.1) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -100,7 +101,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -110,7 +111,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -119,26 +120,27 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -151,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -173,7 +175,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) diff --git a/gemfiles/ruby_3.1_timecop_0.gemfile.lock b/gemfiles/ruby_3.1_timecop_0.gemfile.lock index 03663e3b..13617f51 100644 --- a/gemfiles/ruby_3.1_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.1_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock index 553f1196..24f6ae22 100644 --- a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock index 26ec9eb0..9be7930e 100644 --- a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,49 +23,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock index bd008b18..c4a88377 100644 --- a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,49 +24,49 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -76,7 +76,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -85,18 +85,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -111,10 +111,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -134,7 +134,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock index 4c0b0585..d971dc6e 100644 --- a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,52 +30,52 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,23 +94,24 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -119,10 +121,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 83889021..7da4dc14 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,54 +18,54 @@ GEM ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -75,7 +75,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -84,18 +84,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -110,10 +110,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 675b28c2..3ed2841f 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 @@ -2,62 +2,62 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock index 8f6d2978..049aa305 100644 --- a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,20 +39,20 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -61,23 +61,23 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -87,7 +87,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -96,18 +96,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -122,10 +122,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock index f93c559e..5db9742f 100644 --- a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 7.1, >= 7.1.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.2, >= 12.2.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.3) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock index 0d84bcec..8bebe0a7 100644 --- a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,32 +59,32 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock index 8d34a98a..29b29d96 100644 --- a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,21 +60,21 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -82,13 +82,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -100,15 +100,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -127,18 +127,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -153,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock index 6237fd6b..e2544965 100644 --- a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,46 +52,46 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -101,7 +101,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -110,18 +110,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -136,10 +136,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock index 5af3d28b..dc30b23f 100644 --- a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,46 +46,46 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -95,7 +95,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -104,18 +104,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -130,10 +130,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock index 442485d9..94f45c98 100644 --- a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,23 +43,23 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) @@ -68,23 +68,23 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -94,7 +94,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -103,18 +103,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -129,10 +129,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 3d9fa8f0..e9ebe2e5 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,44 +21,44 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -68,7 +68,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -77,18 +77,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -103,10 +103,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_minitest_5.gemfile.lock b/gemfiles/ruby_3.2_minitest_5.gemfile.lock index 088d1f21..643d691f 100644 --- a/gemfiles/ruby_3.2_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.2_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 5597c71d..4e76971f 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 @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,52 +30,52 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -84,7 +85,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -93,25 +94,26 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) shoulda-context (2.0.0) - shoulda-matchers (6.2.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -122,10 +124,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.2_rspec_3.gemfile.lock b/gemfiles/ruby_3.2_rspec_3.gemfile.lock index 1d263c37..5b36b0fb 100644 --- a/gemfiles/ruby_3.2_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.2_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,42 +21,42 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -66,7 +66,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -75,18 +75,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -101,10 +101,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 0d465342..ec8c70a0 100644 --- a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -45,7 +45,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -53,45 +53,46 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) msgpack (1.7.2) multi_test (1.1.0) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) - rack (3.1.3) + public_suffix (6.0.1) + racc (1.8.1) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -100,7 +101,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -110,7 +111,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -119,26 +120,27 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -151,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -173,7 +175,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) diff --git a/gemfiles/ruby_3.2_timecop_0.gemfile.lock b/gemfiles/ruby_3.2_timecop_0.gemfile.lock index 03663e3b..13617f51 100644 --- a/gemfiles/ruby_3.2_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.2_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,43 +21,43 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -67,7 +67,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -76,18 +76,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -102,10 +102,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock index 8891e660..4ab14dc7 100644 --- a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,53 +23,53 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -79,7 +79,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -88,18 +88,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -114,10 +114,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock index 0f3406f3..e5f4a0e4 100644 --- a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -23,53 +23,53 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -79,7 +79,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -88,18 +88,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -114,10 +114,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock index 3f6b7c81..1e7aaf79 100644 --- a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -14,8 +14,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,53 +24,53 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -80,7 +80,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -89,18 +89,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -115,10 +115,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -138,7 +138,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock index c353fb73..6dc14935 100644 --- a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,56 +30,56 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -88,7 +89,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -97,23 +98,24 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -123,10 +125,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 4b49dcbb..cacf8d5b 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) appraisal (2.5.0) bundler @@ -18,58 +18,58 @@ GEM ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) - minitest-reporters (1.6.1) + minitest (5.25.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -79,7 +79,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -88,18 +88,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -114,10 +114,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 6836565f..6b04ccbe 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 @@ -2,41 +2,41 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.55.0) + ci-queue (0.57.0) climate_control (1.2.0) coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -45,23 +45,23 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -71,7 +71,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -80,18 +80,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -106,10 +106,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock index baf6784e..9b8ccdc3 100644 --- a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -39,22 +39,22 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) gherkin (5.1.0) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -65,23 +65,23 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -91,7 +91,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -100,18 +100,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -126,10 +126,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock index 828f3521..9db543f8 100644 --- a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -55,23 +55,23 @@ GEM cucumber-core (~> 7.0, >= 7.0.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.1, >= 12.1.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -79,12 +79,12 @@ GEM lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -96,15 +96,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -114,7 +114,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -123,18 +123,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -149,10 +149,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock index f60d027c..f96b8316 100644 --- a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -59,23 +59,23 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -83,12 +83,12 @@ GEM lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -100,15 +100,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -118,7 +118,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -127,18 +127,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -153,10 +153,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock index 3a979af4..67c55bd4 100644 --- a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -13,8 +13,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -24,7 +24,7 @@ GEM builder (3.3.0) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -60,23 +60,23 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -86,13 +86,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) - minitest (5.24.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) @@ -104,15 +104,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -122,7 +122,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -131,18 +131,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -157,10 +157,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock index 26cfbc90..c8683a21 100644 --- a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -52,21 +52,21 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -75,27 +75,27 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -105,7 +105,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -114,18 +114,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -140,10 +140,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock index 93e03334..91c7db80 100644 --- a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -46,21 +46,21 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -69,27 +69,27 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -99,7 +99,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -108,18 +108,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -134,10 +134,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock index cc404227..cd2bc12d 100644 --- a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -35,7 +35,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -43,25 +43,25 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -72,23 +72,23 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -98,7 +98,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -107,18 +107,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -133,10 +133,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 d849d459..d714a6bb 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 @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,23 +21,23 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) - knapsack_pro (7.6.0) + knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -46,23 +46,23 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -72,7 +72,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -81,18 +81,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -107,10 +107,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_minitest_5.gemfile.lock b/gemfiles/ruby_3.3_minitest_5.gemfile.lock index c8fdbfa5..605a3766 100644 --- a/gemfiles/ruby_3.3_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.3_minitest_5.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,47 +21,47 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -71,7 +71,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -80,18 +80,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -106,10 +106,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 522868f4..526342e1 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 @@ -2,24 +2,25 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -29,56 +30,56 @@ GEM bigdecimal (3.1.8) climate_control (1.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) - mutex_m (0.2.0) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -88,7 +89,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -97,25 +98,26 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) shoulda-context (2.0.0) - shoulda-matchers (6.2.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -126,10 +128,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.3_rspec_3.gemfile.lock b/gemfiles/ruby_3.3_rspec_3.gemfile.lock index 659c9495..d1232714 100644 --- a/gemfiles/ruby_3.3_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.3_rspec_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,21 +21,21 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) @@ -44,23 +44,23 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -70,7 +70,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -79,18 +79,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -105,10 +105,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) 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 f7675e9b..2c1b1153 100644 --- a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -45,7 +45,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -53,51 +53,52 @@ GEM bigdecimal cucumber-gherkin (27.0.0) cucumber-messages (>= 19.1.4, < 23) - cucumber-html-formatter (21.3.1) - cucumber-messages (> 19, < 25) + cucumber-html-formatter (21.7.0) + cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) + logger (1.6.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) msgpack (1.7.2) multi_test (1.1.0) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) - rack (3.1.3) + public_suffix (6.0.1) + racc (1.8.1) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -106,7 +107,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -116,7 +117,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -125,26 +126,27 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -157,10 +159,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -179,7 +181,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) diff --git a/gemfiles/ruby_3.3_timecop_0.gemfile.lock b/gemfiles/ruby_3.3_timecop_0.gemfile.lock index 184ae675..2e659dec 100644 --- a/gemfiles/ruby_3.3_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.3_timecop_0.gemfile.lock @@ -2,14 +2,14 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) appraisal (2.5.0) bundler rake @@ -21,47 +21,47 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) libddwaf (1.14.0.0.0-arm64-darwin) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.24.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pimpmychangelog (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.7) rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -71,7 +71,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -80,18 +80,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -106,10 +106,10 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) diff --git a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock index 9a2fb776..ce14abc4 100644 --- a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -28,9 +28,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -43,19 +43,19 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -71,7 +71,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -81,7 +81,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -101,7 +101,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock index 3b6f8007..6495a14e 100644 --- a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -28,9 +28,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -43,19 +43,19 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -71,7 +71,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -81,7 +81,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -101,7 +101,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock index 8954d059..f3494975 100644 --- a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -29,9 +29,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -44,19 +44,19 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -72,7 +72,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -82,7 +82,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -102,7 +102,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock index d8abaa62..ee3aa846 100644 --- a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock @@ -2,13 +2,13 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.2.0) + activesupport (7.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -35,9 +35,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -50,8 +50,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -59,10 +59,10 @@ GEM lint_roller (1.1.0) logger (1.6.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -78,7 +78,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -88,7 +88,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -108,7 +108,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 edbb5bd9..fe40cd02 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 @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -24,9 +24,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -36,15 +36,15 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) minitest-reporters (1.7.1) ansi builder @@ -52,7 +52,7 @@ GEM ruby-progressbar msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -68,7 +68,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -78,7 +78,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -98,7 +98,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 536a6cb7..c2b7eef3 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 @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -22,9 +22,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -34,8 +34,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -44,7 +44,7 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -60,7 +60,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -70,7 +70,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -90,7 +90,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock index 08c81997..f3878636 100644 --- a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -39,9 +39,9 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -52,8 +52,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -64,7 +64,7 @@ GEM multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -80,7 +80,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -90,7 +90,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -110,7 +110,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock index ca2dd9cf..49523de0 100644 --- a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -56,9 +56,9 @@ GEM cucumber-core (~> 7.0, >= 7.0.0) cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) cucumber-messages (~> 12.1, >= 12.1.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -70,8 +70,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -79,12 +79,12 @@ GEM lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -105,7 +105,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -115,7 +115,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -135,7 +135,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock index 34df29fd..76017434 100644 --- a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -60,9 +60,9 @@ GEM cucumber-core (~> 8.0, >= 8.0.1) cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -74,8 +74,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -83,12 +83,12 @@ GEM lint_roller (1.1.0) method_source (1.1.0) middleware (0.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -109,7 +109,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -119,7 +119,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -139,7 +139,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock index c8447b2c..dfb36ea2 100644 --- a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -61,9 +61,9 @@ GEM cucumber-core (~> 9.0, >= 9.0.1) cucumber-cucumber-expressions (~> 12.1, >= 12.1.1) cucumber-messages (~> 15.0, >= 15.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -75,8 +75,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -86,13 +86,13 @@ GEM middleware (0.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0806) - minitest (5.25.0) + mime-types-data (3.2024.0820) + minitest (5.25.1) msgpack (1.7.2) multi_test (0.1.2) mutex_m (0.2.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -113,7 +113,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -123,7 +123,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -143,7 +143,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock index 9ff2323f..4f414db8 100644 --- a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -52,9 +52,9 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -64,8 +64,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -74,11 +74,11 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0806) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (0.1.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -94,7 +94,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -104,7 +104,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -124,7 +124,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock index 399605d5..f9e6bfec 100644 --- a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -46,9 +46,9 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -58,8 +58,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -68,11 +68,11 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0806) + mime-types-data (3.2024.0820) msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -88,7 +88,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -98,7 +98,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -118,7 +118,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock index da698259..62d9d313 100644 --- a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -47,9 +47,9 @@ GEM cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -59,8 +59,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -71,7 +71,7 @@ GEM msgpack (1.7.2) multi_test (1.1.0) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -87,7 +87,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -97,7 +97,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -117,7 +117,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 72072cbe..630f80df 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 @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -21,9 +21,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -35,8 +35,8 @@ GEM knapsack_pro (7.8.0) rake language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -45,7 +45,7 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -61,7 +61,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -71,7 +71,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -91,7 +91,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_minitest_5.gemfile.lock b/gemfiles/ruby_3.4_minitest_5.gemfile.lock index 6d6ac42d..3b2e7f64 100644 --- a/gemfiles/ruby_3.4_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.4_minitest_5.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -21,9 +21,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -33,18 +33,18 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -60,7 +60,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -70,7 +70,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -90,7 +90,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 6fd0a65d..53c28d76 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 @@ -2,13 +2,13 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM remote: https://rubygems.org/ specs: - activesupport (7.2.0) + activesupport (7.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -35,9 +35,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -50,8 +50,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -59,10 +59,10 @@ GEM lint_roller (1.1.0) logger (1.6.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -78,7 +78,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -88,7 +88,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -108,7 +108,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -116,7 +116,7 @@ GEM ruby-progressbar (1.13.0) securerandom (0.3.1) shoulda-context (2.0.0) - shoulda-matchers (6.3.1) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) diff --git a/gemfiles/ruby_3.4_rspec_3.gemfile.lock b/gemfiles/ruby_3.4_rspec_3.gemfile.lock index 743fb226..0a70cbc8 100644 --- a/gemfiles/ruby_3.4_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.4_rspec_3.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -21,9 +21,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -33,8 +33,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -43,7 +43,7 @@ GEM method_source (1.1.0) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -59,7 +59,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -69,7 +69,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -89,7 +89,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) 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 4857da55..53c81f86 100644 --- a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -57,9 +57,9 @@ GEM cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) cucumber-tag-expressions (6.1.0) - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -69,8 +69,8 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -87,7 +87,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -106,7 +106,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -116,7 +116,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -136,7 +136,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/gemfiles/ruby_3.4_timecop_0.gemfile.lock b/gemfiles/ruby_3.4_timecop_0.gemfile.lock index 826f49ad..efabfbca 100644 --- a/gemfiles/ruby_3.4_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.4_timecop_0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: datadog-ci (1.3.0) - datadog (~> 2.2) + datadog (~> 2.3) msgpack GEM @@ -21,9 +21,9 @@ GEM crack (1.0.0) bigdecimal rexml - datadog (2.2.0) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 10.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack debase-ruby_core_source (3.3.1) @@ -33,18 +33,18 @@ GEM hashdiff (1.1.1) json (2.7.2) language_server-protocol (3.17.0.3) - libdatadog (10.0.0.1.0) - libdatadog (10.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) ffi (~> 1.0) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) os (1.1.4) - parallel (1.26.2) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -60,7 +60,7 @@ GEM rake redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.5) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -70,7 +70,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -90,7 +90,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/spec/datadog/ci/contrib/cucumber/patcher_spec.rb b/spec/datadog/ci/contrib/cucumber/patcher_spec.rb index d7de0ec1..a342a519 100644 --- a/spec/datadog/ci/contrib/cucumber/patcher_spec.rb +++ b/spec/datadog/ci/contrib/cucumber/patcher_spec.rb @@ -11,12 +11,19 @@ context "is patched" do let(:handlers) { runtime.configuration.event_bus.instance_variable_get(:@handlers) } - it "has a custom formatter in formatters" do + it "has a custom formatter in formatters and adds event handlers" do expect(runtime.formatters).to include(runtime.datadog_formatter) - expect(handlers).to include(&runtime.datadog_formatter.method(:on_test_case_started)) - expect(handlers).to include(&runtime.datadog_formatter.method(:on_test_case_finished)) - expect(handlers).to include(&runtime.datadog_formatter.method(:on_test_step_started)) - expect(handlers).to include(&runtime.datadog_formatter.method(:on_test_step_finished)) + + [ + "Cucumber::Events::TestRunStarted", + "Cucumber::Events::TestRunFinished", + "Cucumber::Events::TestCaseStarted", + "Cucumber::Events::TestCaseFinished", + "Cucumber::Events::TestStepStarted", + "Cucumber::Events::TestStepFinished" + ].each do |event_name| + expect(handlers).to include(event_name) + end end end end