diff --git a/Appraisals b/Appraisals index 77477d68..e4f338f5 100644 --- a/Appraisals +++ b/Appraisals @@ -13,10 +13,13 @@ end alias original_appraise appraise -REMOVED_GEMS = { - check: %w[rbs steep ruby_memcheck], - development: %w[ruby-lsp ruby-lsp-rspec debug irb] -} +require "bundler" + +definition = Bundler.definition +GEMS_TO_REMOVE = Hash.new { |hash, key| hash[key] = definition.dependencies_for([key]).map(&:name) } + +[:development, :check].each { |g| GEMS_TO_REMOVE[g] } + RUBY_VERSION = Gem::Version.new(RUBY_ENGINE_VERSION) def appraise(group, &block) @@ -25,7 +28,7 @@ def appraise(group, &block) original_appraise(group) do instance_exec(&block) - REMOVED_GEMS.each do |group_name, gems| + GEMS_TO_REMOVE.each do |group_name, gems| group(group_name) do gems.each do |gem_name| remove_gem gem_name diff --git a/Gemfile b/Gemfile index 02e92e93..14542867 100644 --- a/Gemfile +++ b/Gemfile @@ -5,51 +5,56 @@ source "https://rubygems.org" # Specify your gem's dependencies in datadog-ci.gemspec gemspec -# dev experience -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +# debugging +gem "debug" if RUBY_PLATFORM != "java" # native extensions gem "rake-compiler" -# testing +# coverage +gem "simplecov" + +# test gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" + # platform helpers gem "os" -# docs and release -gem "yard" -gem "redcarpet" if RUBY_PLATFORM != "java" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" - -# coverage -gem "simplecov" - # type checks, memory checks, etc. group :check do + # style + gem "standard", "~> 1.31" + + # type checks if RUBY_VERSION >= "3.0.0" && RUBY_PLATFORM != "java" gem "rbs", "~> 3.5.0", require: false gem "steep", "~> 1.7.0", require: false end + # memory checks gem "ruby_memcheck", ">= 3" if RUBY_VERSION >= "3.4.0" && RUBY_PLATFORM != "java" end # development dependencies for vscode integration and debugging group :development do if RUBY_VERSION >= "3.0.0" && RUBY_PLATFORM != "java" + # vscode integration gem "ruby-lsp" gem "ruby-lsp-rspec" + end - gem "debug" + # docs and release + gem "yard" + gem "redcarpet" if RUBY_PLATFORM != "java" + gem "webrick" + gem "pimpmychangelog", ">= 0.1.2" - gem "irb" - end + # irb is updated earlier that way + gem "irb" end diff --git a/gemfiles/jruby_9.4_activesupport_4.gemfile b/gemfiles/jruby_9.4_activesupport_4.gemfile index 9d547d0b..a2bbc300 100644 --- a/gemfiles/jruby_9.4_activesupport_4.gemfile +++ b/gemfiles/jruby_9.4_activesupport_4.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" gem "bigdecimal", "< 3.1.8" diff --git a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock index 6320b218..5896f55f 100644 --- a/gemfiles/jruby_9.4_activesupport_4.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_4.gemfile.lock @@ -19,60 +19,42 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.7-java) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,59 +62,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) thread_safe (0.3.6-java) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -144,19 +90,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_activesupport_5.gemfile b/gemfiles/jruby_9.4_activesupport_5.gemfile index 9630b65f..7ead958b 100644 --- a/gemfiles/jruby_9.4_activesupport_5.gemfile +++ b/gemfiles/jruby_9.4_activesupport_5.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" gem "bigdecimal", "< 3.1.8" diff --git a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock index 4424b684..4c10f4c8 100644 --- a/gemfiles/jruby_9.4_activesupport_5.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_5.gemfile.lock @@ -19,60 +19,42 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.7-java) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,59 +62,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) thread_safe (0.3.6-java) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -144,19 +90,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_activesupport_6.gemfile b/gemfiles/jruby_9.4_activesupport_6.gemfile index eac337c8..5674bdbd 100644 --- a/gemfiles/jruby_9.4_activesupport_6.gemfile +++ b/gemfiles/jruby_9.4_activesupport_6.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" gem "bigdecimal", "< 3.1.8" diff --git a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock index b649f9e5..fd9da436 100644 --- a/gemfiles/jruby_9.4_activesupport_6.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,60 +20,42 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.7-java) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -81,58 +63,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) zeitwerk (2.6.18) PLATFORMS @@ -145,19 +91,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_activesupport_7.gemfile b/gemfiles/jruby_9.4_activesupport_7.gemfile index c34df769..0aec0ac0 100644 --- a/gemfiles/jruby_9.4_activesupport_7.gemfile +++ b/gemfiles/jruby_9.4_activesupport_7.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" gem "bigdecimal", "< 3.1.8" diff --git a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock index 99dd9814..b686fbfe 100644 --- a/gemfiles/jruby_9.4_activesupport_7.gemfile.lock +++ b/gemfiles/jruby_9.4_activesupport_7.gemfile.lock @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,64 +26,47 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.7-java) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,59 +74,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -154,19 +102,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile b/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile index f71f7fed..06fd635c 100644 --- a/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 6331deb9..2406e5ee 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 @@ -15,64 +15,48 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3-java) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,56 +64,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -142,19 +91,13 @@ DEPENDENCIES minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile b/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile index 994db608..ca10efbd 100644 --- a/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 87ac42f7..8200e381 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 @@ -14,57 +14,41 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3-java) + logger (1.6.2) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,56 +56,20 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -132,19 +80,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_3.gemfile b/gemfiles/jruby_9.4_cucumber_3.gemfile index a945e37a..04080d35 100644 --- a/gemfiles/jruby_9.4_cucumber_3.gemfile +++ b/gemfiles/jruby_9.4_cucumber_3.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock index 08d865af..e124ec34 100644 --- a/gemfiles/jruby_9.4_cucumber_3.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,52 +37,36 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3-java) + msgpack (1.7.5-java) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -92,56 +74,20 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -152,19 +98,13 @@ DEPENDENCIES cucumber (~> 3) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_4.gemfile b/gemfiles/jruby_9.4_cucumber_4.gemfile index b2513bca..a3c8a3ab 100644 --- a/gemfiles/jruby_9.4_cucumber_4.gemfile +++ b/gemfiles/jruby_9.4_cucumber_4.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock index fe06b518..01d3f0a1 100644 --- a/gemfiles/jruby_9.4_cucumber_4.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,43 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.3) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,61 +101,25 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6-java) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -185,19 +131,13 @@ DEPENDENCIES cucumber (~> 4) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_5.gemfile b/gemfiles/jruby_9.4_cucumber_5.gemfile index 410144b3..0ac7f5a8 100644 --- a/gemfiles/jruby_9.4_cucumber_5.gemfile +++ b/gemfiles/jruby_9.4_cucumber_5.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock index ac66a4b7..d7781112 100644 --- a/gemfiles/jruby_9.4_cucumber_5.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,43 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,61 +101,25 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6-java) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -185,19 +131,13 @@ DEPENDENCIES cucumber (~> 5) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_6.gemfile b/gemfiles/jruby_9.4_cucumber_6.gemfile index d4e9e0c1..74b24441 100644 --- a/gemfiles/jruby_9.4_cucumber_6.gemfile +++ b/gemfiles/jruby_9.4_cucumber_6.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock index 3b350586..e80f3c9c 100644 --- a/gemfiles/jruby_9.4_cucumber_6.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,64 +58,48 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3-java) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5-java) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -125,61 +107,25 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6-java) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -191,19 +137,13 @@ DEPENDENCIES cucumber (~> 6) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_7.gemfile b/gemfiles/jruby_9.4_cucumber_7.gemfile index 31fd56c9..168b660b 100644 --- a/gemfiles/jruby_9.4_cucumber_7.gemfile +++ b/gemfiles/jruby_9.4_cucumber_7.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock index c3f0e12b..8283fa1e 100644 --- a/gemfiles/jruby_9.4_cucumber_7.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,55 +50,39 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3-java) + mime-types-data (3.2024.1203) + msgpack (1.7.5-java) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -108,58 +90,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -170,19 +116,13 @@ DEPENDENCIES cucumber (~> 7) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_8.gemfile b/gemfiles/jruby_9.4_cucumber_8.gemfile index 77f1771c..2ae3bd8a 100644 --- a/gemfiles/jruby_9.4_cucumber_8.gemfile +++ b/gemfiles/jruby_9.4_cucumber_8.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock index e380b845..77cb4726 100644 --- a/gemfiles/jruby_9.4_cucumber_8.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,39 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3-java) + mime-types-data (3.2024.1203) + msgpack (1.7.5-java) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,58 +84,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -164,19 +110,13 @@ DEPENDENCIES cucumber (~> 8) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_cucumber_9.gemfile b/gemfiles/jruby_9.4_cucumber_9.gemfile index 70d6cc05..32552fcf 100644 --- a/gemfiles/jruby_9.4_cucumber_9.gemfile +++ b/gemfiles/jruby_9.4_cucumber_9.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" gem "bigdecimal", "< 3.1.8" diff --git a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock index 5c02e363..aab75f77 100644 --- a/gemfiles/jruby_9.4_cucumber_9.gemfile.lock +++ b/gemfiles/jruby_9.4_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.7-java) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,52 +44,36 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3-java) + msgpack (1.7.5-java) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -99,58 +81,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -162,19 +108,13 @@ DEPENDENCIES cucumber (~> 9) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile b/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile index 3c7f0570..510961c2 100644 --- a/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 36cb2c2f..6b4af655 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 @@ -14,58 +14,40 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3-java) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -73,56 +55,20 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -133,19 +79,13 @@ DEPENDENCIES datadog-ci! knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_minitest_5.gemfile b/gemfiles/jruby_9.4_minitest_5.gemfile index 2dda6e7b..c33a6135 100644 --- a/gemfiles/jruby_9.4_minitest_5.gemfile +++ b/gemfiles/jruby_9.4_minitest_5.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/jruby_9.4_minitest_5.gemfile.lock b/gemfiles/jruby_9.4_minitest_5.gemfile.lock index f522ffc2..0d3e7a5a 100644 --- a/gemfiles/jruby_9.4_minitest_5.gemfile.lock +++ b/gemfiles/jruby_9.4_minitest_5.gemfile.lock @@ -14,57 +14,39 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,56 +54,20 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -132,19 +78,13 @@ DEPENDENCIES datadog-ci! minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index afd942c9..c6b9f8bc 100644 --- a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "shoulda-context", "~> 2" gem "shoulda-matchers", "~> 6" 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 69cca53f..629e08e1 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 @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,64 +26,47 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.7-java) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-java) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,26 +74,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shoulda-context (2.0.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -117,35 +85,15 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -157,8 +105,6 @@ DEPENDENCIES datadog-ci! minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec @@ -167,11 +113,7 @@ DEPENDENCIES shoulda-context (~> 2) shoulda-matchers (~> 6) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_rspec_3.gemfile b/gemfiles/jruby_9.4_rspec_3.gemfile index f0adc196..7edc10be 100644 --- a/gemfiles/jruby_9.4_rspec_3.gemfile +++ b/gemfiles/jruby_9.4_rspec_3.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/jruby_9.4_rspec_3.gemfile.lock b/gemfiles/jruby_9.4_rspec_3.gemfile.lock index b097cf59..88404887 100644 --- a/gemfiles/jruby_9.4_rspec_3.gemfile.lock +++ b/gemfiles/jruby_9.4_rspec_3.gemfile.lock @@ -14,56 +14,38 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3-java) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -71,56 +53,20 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -130,19 +76,13 @@ DEPENDENCIES climate_control datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile index f85f88c5..b464b134 100644 --- a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile +++ b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 068cd964..924fbe3c 100644 --- a/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8-java) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,59 +54,45 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3-java) + msgpack (1.7.5-java) multi_test (1.1.0) - nokogiri (1.16.7-java) + nokogiri (1.17.1-java) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) racc (1.8.1-java) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + regexp_parser (2.9.3) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -116,27 +100,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -146,38 +114,18 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS universal-java-11 @@ -189,8 +137,6 @@ DEPENDENCIES cucumber (~> 9) datadog-ci! os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec @@ -198,11 +144,7 @@ DEPENDENCIES rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/jruby_9.4_timecop_0.gemfile b/gemfiles/jruby_9.4_timecop_0.gemfile index 4b0d49fe..5776c98a 100644 --- a/gemfiles/jruby_9.4_timecop_0.gemfile +++ b/gemfiles/jruby_9.4_timecop_0.gemfile @@ -2,22 +2,16 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/jruby_9.4_timecop_0.gemfile.lock b/gemfiles/jruby_9.4_timecop_0.gemfile.lock index cb60ec75..197362c7 100644 --- a/gemfiles/jruby_9.4_timecop_0.gemfile.lock +++ b/gemfiles/jruby_9.4_timecop_0.gemfile.lock @@ -14,57 +14,39 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8-java) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-java) - hashdiff (1.1.1) - json (2.7.2-java) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libddwaf (1.14.0.0.0-java) + hashdiff (1.1.2) + libdatadog (14.3.1.1.0) + libddwaf (1.18.0.0.0-java) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3-java) + minitest (5.25.4) + msgpack (1.7.5-java) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2-java) - coderay (~> 1.1) - method_source (~> 1.0) - spoon (~> 0.0) public_suffix (6.0.1) - racc (1.8.1-java) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,57 +54,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - spoon (0.0.6) - ffi - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS universal-java-11 @@ -133,20 +79,14 @@ DEPENDENCIES datadog-ci! minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_activesupport_4.gemfile b/gemfiles/ruby_2.7_activesupport_4.gemfile index d5390edd..208b7684 100644 --- a/gemfiles/ruby_2.7_activesupport_4.gemfile +++ b/gemfiles/ruby_2.7_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" group :check do diff --git a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock index fa89d338..c21187a4 100644 --- a/gemfiles/ruby_2.7_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_4.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,58 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -141,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_activesupport_5.gemfile b/gemfiles/ruby_2.7_activesupport_5.gemfile index 19b2c36e..7bc3c1d9 100644 --- a/gemfiles/ruby_2.7_activesupport_5.gemfile +++ b/gemfiles/ruby_2.7_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" group :check do diff --git a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock index 90ec7dec..453c245e 100644 --- a/gemfiles/ruby_2.7_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_5.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,58 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -141,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_activesupport_6.gemfile b/gemfiles/ruby_2.7_activesupport_6.gemfile index 08b90b65..4c7c911c 100644 --- a/gemfiles/ruby_2.7_activesupport_6.gemfile +++ b/gemfiles/ruby_2.7_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" group :check do diff --git a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock index 010eeddb..ccb951f7 100644 --- a/gemfiles/ruby_2.7_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,60 +20,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -81,57 +78,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) zeitwerk (2.6.18) PLATFORMS @@ -142,21 +105,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_activesupport_7.gemfile b/gemfiles/ruby_2.7_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_2.7_activesupport_7.gemfile +++ b/gemfiles/ruby_2.7_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock index 55cc89cd..9ead05fe 100644 --- a/gemfiles/ruby_2.7_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_2.7_activesupport_7.gemfile.lock @@ -8,15 +8,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -24,64 +27,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) - mutex_m (0.2.0) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -89,57 +91,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -149,21 +118,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 ce70f59a..dbdd2d7f 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 @@ -15,64 +15,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,55 +79,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -138,23 +104,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 4176dac3..191a301a 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 @@ -14,57 +14,56 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,55 +71,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -130,21 +95,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_3.gemfile b/gemfiles/ruby_2.7_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_2.7_cucumber_3.gemfile +++ b/gemfiles/ruby_2.7_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock index 6d173548..455e4919 100644 --- a/gemfiles/ruby_2.7_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,52 +37,51 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -92,55 +89,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -150,21 +113,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_4.gemfile b/gemfiles/ruby_2.7_cucumber_4.gemfile index 81d7688f..1075a3c5 100644 --- a/gemfiles/ruby_2.7_cucumber_4.gemfile +++ b/gemfiles/ruby_2.7_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock index 1f3f8df8..4de7cf5e 100644 --- a/gemfiles/ruby_2.7_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.3) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,60 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -183,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_5.gemfile b/gemfiles/ruby_2.7_cucumber_5.gemfile index ca727ad5..802674e4 100644 --- a/gemfiles/ruby_2.7_cucumber_5.gemfile +++ b/gemfiles/ruby_2.7_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock index 15a9a8a5..206776b1 100644 --- a/gemfiles/ruby_2.7_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,60 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -183,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_6.gemfile b/gemfiles/ruby_2.7_cucumber_6.gemfile index 6f606a66..9e78515c 100644 --- a/gemfiles/ruby_2.7_cucumber_6.gemfile +++ b/gemfiles/ruby_2.7_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock index e645a1bf..21e2597d 100644 --- a/gemfiles/ruby_2.7_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,64 +58,63 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -125,60 +122,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -189,21 +152,15 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_7.gemfile b/gemfiles/ruby_2.7_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_2.7_cucumber_7.gemfile +++ b/gemfiles/ruby_2.7_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock index a4827e61..4916bcdb 100644 --- a/gemfiles/ruby_2.7_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,55 +50,54 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -108,57 +105,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -168,21 +131,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_8.gemfile b/gemfiles/ruby_2.7_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_2.7_cucumber_8.gemfile +++ b/gemfiles/ruby_2.7_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock index 0d903757..7480b489 100644 --- a/gemfiles/ruby_2.7_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,54 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,57 +99,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -162,21 +125,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_cucumber_9.gemfile b/gemfiles/ruby_2.7_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_2.7_cucumber_9.gemfile +++ b/gemfiles/ruby_2.7_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock index 04d11a9e..94a5e834 100644 --- a/gemfiles/ruby_2.7_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_2.7_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,52 +44,51 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -99,57 +96,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -159,21 +122,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 ffc2d8e4..53ba7750 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 @@ -14,58 +14,55 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -73,55 +70,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -130,22 +93,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_minitest_5.gemfile b/gemfiles/ruby_2.7_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_2.7_minitest_5.gemfile +++ b/gemfiles/ruby_2.7_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_2.7_minitest_5.gemfile.lock b/gemfiles/ruby_2.7_minitest_5.gemfile.lock index ecd2cb94..04a834d6 100644 --- a/gemfiles/ruby_2.7_minitest_5.gemfile.lock +++ b/gemfiles/ruby_2.7_minitest_5.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,55 +69,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,22 +92,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_rspec_3.gemfile b/gemfiles/ruby_2.7_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_2.7_rspec_3.gemfile +++ b/gemfiles/ruby_2.7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_2.7_rspec_3.gemfile.lock b/gemfiles/ruby_2.7_rspec_3.gemfile.lock index 296ca0bb..8b6800ca 100644 --- a/gemfiles/ruby_2.7_rspec_3.gemfile.lock +++ b/gemfiles/ruby_2.7_rspec_3.gemfile.lock @@ -14,56 +14,53 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -71,55 +68,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -128,21 +91,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_2.7_timecop_0.gemfile b/gemfiles/ruby_2.7_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_2.7_timecop_0.gemfile +++ b/gemfiles/ruby_2.7_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_2.7_timecop_0.gemfile.lock b/gemfiles/ruby_2.7_timecop_0.gemfile.lock index 87982be5..587d02f1 100644 --- a/gemfiles/ruby_2.7_timecop_0.gemfile.lock +++ b/gemfiles/ruby_2.7_timecop_0.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (5.1.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,56 +69,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.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) - 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.32.3) - 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.37.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.64.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.4) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.4.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -130,23 +93,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_activesupport_4.gemfile b/gemfiles/ruby_3.0_activesupport_4.gemfile index d5390edd..208b7684 100644 --- a/gemfiles/ruby_3.0_activesupport_4.gemfile +++ b/gemfiles/ruby_3.0_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" group :check do diff --git a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock index 8d9f43b5..c8b098e4 100644 --- a/gemfiles/ruby_3.0_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_4.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_activesupport_5.gemfile b/gemfiles/ruby_3.0_activesupport_5.gemfile index 19b2c36e..7bc3c1d9 100644 --- a/gemfiles/ruby_3.0_activesupport_5.gemfile +++ b/gemfiles/ruby_3.0_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" group :check do diff --git a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock index f1a62ca8..c732d614 100644 --- a/gemfiles/ruby_3.0_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_5.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_activesupport_6.gemfile b/gemfiles/ruby_3.0_activesupport_6.gemfile index 08b90b65..4c7c911c 100644 --- a/gemfiles/ruby_3.0_activesupport_6.gemfile +++ b/gemfiles/ruby_3.0_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" group :check do diff --git a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock index e51fc9a5..0bf3a49b 100644 --- a/gemfiles/ruby_3.0_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,60 +20,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -81,56 +78,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) zeitwerk (2.6.18) PLATFORMS @@ -141,21 +105,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_activesupport_7.gemfile b/gemfiles/ruby_3.0_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_3.0_activesupport_7.gemfile +++ b/gemfiles/ruby_3.0_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock index 83eb176a..008fcbc8 100644 --- a/gemfiles/ruby_3.0_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.0_activesupport_7.gemfile.lock @@ -8,15 +8,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -24,64 +27,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) - mutex_m (0.2.0) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -89,56 +91,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) + securerandom (0.3.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -148,21 +118,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 a96c20c4..f559ec81 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 @@ -15,64 +15,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,54 +79,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -137,23 +104,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 0abab8ed..930a76b3 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 @@ -14,57 +14,56 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +71,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,21 +95,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_3.gemfile b/gemfiles/ruby_3.0_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_3.0_cucumber_3.gemfile +++ b/gemfiles/ruby_3.0_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock index 8a4bbcba..cec54ae9 100644 --- a/gemfiles/ruby_3.0_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,52 +37,51 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -92,54 +89,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -149,21 +113,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_4.gemfile b/gemfiles/ruby_3.0_cucumber_4.gemfile index 81d7688f..1075a3c5 100644 --- a/gemfiles/ruby_3.0_cucumber_4.gemfile +++ b/gemfiles/ruby_3.0_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock index a12aa352..b521699d 100644 --- a/gemfiles/ruby_3.0_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.3) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_5.gemfile b/gemfiles/ruby_3.0_cucumber_5.gemfile index ca727ad5..802674e4 100644 --- a/gemfiles/ruby_3.0_cucumber_5.gemfile +++ b/gemfiles/ruby_3.0_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock index 5fc743b1..468a287f 100644 --- a/gemfiles/ruby_3.0_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_6.gemfile b/gemfiles/ruby_3.0_cucumber_6.gemfile index 6f606a66..9e78515c 100644 --- a/gemfiles/ruby_3.0_cucumber_6.gemfile +++ b/gemfiles/ruby_3.0_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock index 39cbf549..756f851a 100644 --- a/gemfiles/ruby_3.0_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,64 +58,63 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -125,59 +122,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -188,21 +152,15 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_7.gemfile b/gemfiles/ruby_3.0_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_3.0_cucumber_7.gemfile +++ b/gemfiles/ruby_3.0_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock index 6ce25279..a2fb5d89 100644 --- a/gemfiles/ruby_3.0_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,55 +50,54 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -108,56 +105,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -167,21 +131,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_8.gemfile b/gemfiles/ruby_3.0_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_3.0_cucumber_8.gemfile +++ b/gemfiles/ruby_3.0_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock index 4d904668..8c2391c5 100644 --- a/gemfiles/ruby_3.0_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,54 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,56 +99,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -161,21 +125,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_cucumber_9.gemfile b/gemfiles/ruby_3.0_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_3.0_cucumber_9.gemfile +++ b/gemfiles/ruby_3.0_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock index 1314f93e..f52139a8 100644 --- a/gemfiles/ruby_3.0_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.0_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,52 +44,51 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -99,56 +96,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -158,21 +122,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_3.0_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 b19d327b..4ae1789b 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 @@ -14,58 +14,55 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -73,54 +70,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,22 +93,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_minitest_5.gemfile b/gemfiles/ruby_3.0_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_3.0_minitest_5.gemfile +++ b/gemfiles/ruby_3.0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_3.0_minitest_5.gemfile.lock b/gemfiles/ruby_3.0_minitest_5.gemfile.lock index bf2bbde2..2e361cf6 100644 --- a/gemfiles/ruby_3.0_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.0_minitest_5.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +69,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -128,22 +92,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_rspec_3.gemfile b/gemfiles/ruby_3.0_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_3.0_rspec_3.gemfile +++ b/gemfiles/ruby_3.0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_3.0_rspec_3.gemfile.lock b/gemfiles/ruby_3.0_rspec_3.gemfile.lock index 2c5faa80..69572375 100644 --- a/gemfiles/ruby_3.0_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.0_rspec_3.gemfile.lock @@ -14,56 +14,53 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -71,54 +68,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -127,21 +91,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile index 721816a4..09c96f29 100644 --- a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile +++ b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 fd3efc8a..0b3fe279 100644 --- a/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.0_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,59 +54,60 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.17.1-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + regexp_parser (2.9.3) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -116,27 +115,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -146,36 +129,19 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS aarch64-linux @@ -186,22 +152,16 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.0_timecop_0.gemfile b/gemfiles/ruby_3.0_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_3.0_timecop_0.gemfile +++ b/gemfiles/ruby_3.0_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_3.0_timecop_0.gemfile.lock b/gemfiles/ruby_3.0_timecop_0.gemfile.lock index 3efef481..0599c69d 100644 --- a/gemfiles/ruby_3.0_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.0_timecop_0.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,55 +69,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,23 +93,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_activesupport_4.gemfile b/gemfiles/ruby_3.1_activesupport_4.gemfile index d5390edd..208b7684 100644 --- a/gemfiles/ruby_3.1_activesupport_4.gemfile +++ b/gemfiles/ruby_3.1_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" group :check do diff --git a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock index 8d9f43b5..c8b098e4 100644 --- a/gemfiles/ruby_3.1_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_4.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_activesupport_5.gemfile b/gemfiles/ruby_3.1_activesupport_5.gemfile index 19b2c36e..7bc3c1d9 100644 --- a/gemfiles/ruby_3.1_activesupport_5.gemfile +++ b/gemfiles/ruby_3.1_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" group :check do diff --git a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock index f1a62ca8..c732d614 100644 --- a/gemfiles/ruby_3.1_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_5.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_activesupport_6.gemfile b/gemfiles/ruby_3.1_activesupport_6.gemfile index 08b90b65..4c7c911c 100644 --- a/gemfiles/ruby_3.1_activesupport_6.gemfile +++ b/gemfiles/ruby_3.1_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" group :check do diff --git a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock index e51fc9a5..0bf3a49b 100644 --- a/gemfiles/ruby_3.1_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,60 +20,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -81,56 +78,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) zeitwerk (2.6.18) PLATFORMS @@ -141,21 +105,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_activesupport_7.gemfile b/gemfiles/ruby_3.1_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_3.1_activesupport_7.gemfile +++ b/gemfiles/ruby_3.1_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock index 2722b54a..3ed9310e 100644 --- a/gemfiles/ruby_3.1_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.1_activesupport_7.gemfile.lock @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,64 +26,62 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,57 +89,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -150,21 +116,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 a96c20c4..f559ec81 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 @@ -15,64 +15,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,54 +79,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -137,23 +104,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 0abab8ed..930a76b3 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 @@ -14,57 +14,56 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +71,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,21 +95,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_3.gemfile b/gemfiles/ruby_3.1_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_3.1_cucumber_3.gemfile +++ b/gemfiles/ruby_3.1_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock index 8a4bbcba..cec54ae9 100644 --- a/gemfiles/ruby_3.1_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,52 +37,51 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -92,54 +89,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -149,21 +113,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_4.gemfile b/gemfiles/ruby_3.1_cucumber_4.gemfile index 81d7688f..1075a3c5 100644 --- a/gemfiles/ruby_3.1_cucumber_4.gemfile +++ b/gemfiles/ruby_3.1_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock index a12aa352..b521699d 100644 --- a/gemfiles/ruby_3.1_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.3) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_5.gemfile b/gemfiles/ruby_3.1_cucumber_5.gemfile index ca727ad5..802674e4 100644 --- a/gemfiles/ruby_3.1_cucumber_5.gemfile +++ b/gemfiles/ruby_3.1_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock index 5fc743b1..468a287f 100644 --- a/gemfiles/ruby_3.1_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_6.gemfile b/gemfiles/ruby_3.1_cucumber_6.gemfile index 6f606a66..9e78515c 100644 --- a/gemfiles/ruby_3.1_cucumber_6.gemfile +++ b/gemfiles/ruby_3.1_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock index 39cbf549..756f851a 100644 --- a/gemfiles/ruby_3.1_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,64 +58,63 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -125,59 +122,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -188,21 +152,15 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_7.gemfile b/gemfiles/ruby_3.1_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_3.1_cucumber_7.gemfile +++ b/gemfiles/ruby_3.1_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock index 6ce25279..a2fb5d89 100644 --- a/gemfiles/ruby_3.1_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,55 +50,54 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -108,56 +105,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -167,21 +131,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_8.gemfile b/gemfiles/ruby_3.1_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_3.1_cucumber_8.gemfile +++ b/gemfiles/ruby_3.1_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock index 4d904668..8c2391c5 100644 --- a/gemfiles/ruby_3.1_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,54 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,56 +99,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -161,21 +125,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_cucumber_9.gemfile b/gemfiles/ruby_3.1_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_3.1_cucumber_9.gemfile +++ b/gemfiles/ruby_3.1_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock index 1314f93e..f52139a8 100644 --- a/gemfiles/ruby_3.1_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.1_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,52 +44,51 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -99,56 +96,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -158,21 +122,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_3.1_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 b19d327b..4ae1789b 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 @@ -14,58 +14,55 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -73,54 +70,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,22 +93,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_minitest_5.gemfile b/gemfiles/ruby_3.1_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_3.1_minitest_5.gemfile +++ b/gemfiles/ruby_3.1_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_3.1_minitest_5.gemfile.lock b/gemfiles/ruby_3.1_minitest_5.gemfile.lock index bf2bbde2..2e361cf6 100644 --- a/gemfiles/ruby_3.1_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.1_minitest_5.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +69,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -128,22 +92,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index a13663f9..785d5283 100644 --- a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "shoulda-context", "~> 2" gem "shoulda-matchers", "~> 6" 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 ed979518..1e7f838a 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 @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,64 +26,62 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,26 +89,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shoulda-context (2.0.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -117,33 +100,16 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -152,24 +118,18 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter shoulda-context (~> 2) shoulda-matchers (~> 6) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_rspec_3.gemfile b/gemfiles/ruby_3.1_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_3.1_rspec_3.gemfile +++ b/gemfiles/ruby_3.1_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_3.1_rspec_3.gemfile.lock b/gemfiles/ruby_3.1_rspec_3.gemfile.lock index 2c5faa80..69572375 100644 --- a/gemfiles/ruby_3.1_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.1_rspec_3.gemfile.lock @@ -14,56 +14,53 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -71,54 +68,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -127,21 +91,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile index 721816a4..09c96f29 100644 --- a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile +++ b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 fd3efc8a..40a21d4f 100644 --- a/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.1_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,59 +54,60 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.17.1-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + regexp_parser (2.9.3) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -116,27 +115,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -146,36 +129,19 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS aarch64-linux @@ -186,22 +152,16 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.1_timecop_0.gemfile b/gemfiles/ruby_3.1_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_3.1_timecop_0.gemfile +++ b/gemfiles/ruby_3.1_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_3.1_timecop_0.gemfile.lock b/gemfiles/ruby_3.1_timecop_0.gemfile.lock index 3efef481..0599c69d 100644 --- a/gemfiles/ruby_3.1_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.1_timecop_0.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,55 +69,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,23 +93,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_activesupport_4.gemfile b/gemfiles/ruby_3.2_activesupport_4.gemfile index d5390edd..208b7684 100644 --- a/gemfiles/ruby_3.2_activesupport_4.gemfile +++ b/gemfiles/ruby_3.2_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" group :check do diff --git a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock index 8d9f43b5..c8b098e4 100644 --- a/gemfiles/ruby_3.2_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_4.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_activesupport_5.gemfile b/gemfiles/ruby_3.2_activesupport_5.gemfile index 19b2c36e..7bc3c1d9 100644 --- a/gemfiles/ruby_3.2_activesupport_5.gemfile +++ b/gemfiles/ruby_3.2_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" group :check do diff --git a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock index f1a62ca8..c732d614 100644 --- a/gemfiles/ruby_3.2_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_5.gemfile.lock @@ -19,60 +19,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,57 +77,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -140,21 +104,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_activesupport_6.gemfile b/gemfiles/ruby_3.2_activesupport_6.gemfile index 08b90b65..4c7c911c 100644 --- a/gemfiles/ruby_3.2_activesupport_6.gemfile +++ b/gemfiles/ruby_3.2_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" group :check do diff --git a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock index 0a1959f8..5fcd7ea5 100644 --- a/gemfiles/ruby_3.2_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,60 +20,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -81,57 +78,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -141,21 +105,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_activesupport_7.gemfile b/gemfiles/ruby_3.2_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_3.2_activesupport_7.gemfile +++ b/gemfiles/ruby_3.2_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock index 2722b54a..3ed9310e 100644 --- a/gemfiles/ruby_3.2_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.2_activesupport_7.gemfile.lock @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,64 +26,62 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,57 +89,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -150,21 +116,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_3.2_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 a96c20c4..f559ec81 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 @@ -15,64 +15,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -80,54 +79,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -137,23 +104,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_3.2_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 0abab8ed..930a76b3 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 @@ -14,57 +14,56 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +71,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,21 +95,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_3.gemfile b/gemfiles/ruby_3.2_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_3.2_cucumber_3.gemfile +++ b/gemfiles/ruby_3.2_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock index 8a4bbcba..cec54ae9 100644 --- a/gemfiles/ruby_3.2_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,52 +37,51 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -92,54 +89,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -149,21 +113,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_4.gemfile b/gemfiles/ruby_3.2_cucumber_4.gemfile index 81d7688f..1075a3c5 100644 --- a/gemfiles/ruby_3.2_cucumber_4.gemfile +++ b/gemfiles/ruby_3.2_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock index a12aa352..b521699d 100644 --- a/gemfiles/ruby_3.2_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.3) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_5.gemfile b/gemfiles/ruby_3.2_cucumber_5.gemfile index ca727ad5..802674e4 100644 --- a/gemfiles/ruby_3.2_cucumber_5.gemfile +++ b/gemfiles/ruby_3.2_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock index 5fc743b1..468a287f 100644 --- a/gemfiles/ruby_3.2_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,59 +57,58 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -182,21 +146,15 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_6.gemfile b/gemfiles/ruby_3.2_cucumber_6.gemfile index 6f606a66..9e78515c 100644 --- a/gemfiles/ruby_3.2_cucumber_6.gemfile +++ b/gemfiles/ruby_3.2_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock index 39cbf549..756f851a 100644 --- a/gemfiles/ruby_3.2_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,64 +58,63 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -125,59 +122,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -188,21 +152,15 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_7.gemfile b/gemfiles/ruby_3.2_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_3.2_cucumber_7.gemfile +++ b/gemfiles/ruby_3.2_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock index 6ce25279..a2fb5d89 100644 --- a/gemfiles/ruby_3.2_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,55 +50,54 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -108,56 +105,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -167,21 +131,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_8.gemfile b/gemfiles/ruby_3.2_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_3.2_cucumber_8.gemfile +++ b/gemfiles/ruby_3.2_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock index 4d904668..8c2391c5 100644 --- a/gemfiles/ruby_3.2_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,54 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,56 +99,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -161,21 +125,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_cucumber_9.gemfile b/gemfiles/ruby_3.2_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_3.2_cucumber_9.gemfile +++ b/gemfiles/ruby_3.2_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock index 1314f93e..f52139a8 100644 --- a/gemfiles/ruby_3.2_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.2_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,52 +44,51 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -99,56 +96,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -158,21 +122,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_3.2_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 b19d327b..4ae1789b 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 @@ -14,58 +14,55 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -73,54 +70,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,22 +93,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_minitest_5.gemfile b/gemfiles/ruby_3.2_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_3.2_minitest_5.gemfile +++ b/gemfiles/ruby_3.2_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_3.2_minitest_5.gemfile.lock b/gemfiles/ruby_3.2_minitest_5.gemfile.lock index bf2bbde2..2e361cf6 100644 --- a/gemfiles/ruby_3.2_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.2_minitest_5.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,54 +69,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -128,22 +92,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index a13663f9..785d5283 100644 --- a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "shoulda-context", "~> 2" gem "shoulda-matchers", "~> 6" 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 ed979518..c3b31b4e 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 @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (8.0.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -19,70 +20,69 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) 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) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -90,26 +90,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shoulda-context (2.0.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -117,33 +101,17 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + uri (1.0.2) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -152,24 +120,18 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter shoulda-context (~> 2) shoulda-matchers (~> 6) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_rspec_3.gemfile b/gemfiles/ruby_3.2_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_3.2_rspec_3.gemfile +++ b/gemfiles/ruby_3.2_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_3.2_rspec_3.gemfile.lock b/gemfiles/ruby_3.2_rspec_3.gemfile.lock index 2c5faa80..69572375 100644 --- a/gemfiles/ruby_3.2_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.2_rspec_3.gemfile.lock @@ -14,56 +14,53 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -71,54 +68,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -127,21 +91,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile index 721816a4..09c96f29 100644 --- a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile +++ b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 fd3efc8a..40a21d4f 100644 --- a/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.2_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,59 +54,60 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.17.1-aarch64-linux) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + regexp_parser (2.9.3) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -116,27 +115,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -146,36 +129,19 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS aarch64-linux @@ -186,22 +152,16 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.2_timecop_0.gemfile b/gemfiles/ruby_3.2_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_3.2_timecop_0.gemfile +++ b/gemfiles/ruby_3.2_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_3.2_timecop_0.gemfile.lock b/gemfiles/ruby_3.2_timecop_0.gemfile.lock index 3efef481..0599c69d 100644 --- a/gemfiles/ruby_3.2_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.2_timecop_0.gemfile.lock @@ -14,57 +14,54 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -72,55 +69,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -129,23 +93,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.3.26 diff --git a/gemfiles/ruby_3.3_activesupport_4.gemfile b/gemfiles/ruby_3.3_activesupport_4.gemfile index d5390edd..208b7684 100644 --- a/gemfiles/ruby_3.3_activesupport_4.gemfile +++ b/gemfiles/ruby_3.3_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" group :check do diff --git a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock index 5906a70d..91f24cd5 100644 --- a/gemfiles/ruby_3.3_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_4.gemfile.lock @@ -19,64 +19,61 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -84,57 +81,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -145,21 +109,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_activesupport_5.gemfile b/gemfiles/ruby_3.3_activesupport_5.gemfile index 19b2c36e..7bc3c1d9 100644 --- a/gemfiles/ruby_3.3_activesupport_5.gemfile +++ b/gemfiles/ruby_3.3_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" group :check do diff --git a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock index 31c12d6a..b6753a0a 100644 --- a/gemfiles/ruby_3.3_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_5.gemfile.lock @@ -19,64 +19,61 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -84,57 +81,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -145,21 +109,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_activesupport_6.gemfile b/gemfiles/ruby_3.3_activesupport_6.gemfile index 08b90b65..4c7c911c 100644 --- a/gemfiles/ruby_3.3_activesupport_6.gemfile +++ b/gemfiles/ruby_3.3_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" group :check do diff --git a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock index 1d9a20ee..e348441d 100644 --- a/gemfiles/ruby_3.3_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,64 +20,61 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -85,57 +82,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -146,21 +110,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_activesupport_7.gemfile b/gemfiles/ruby_3.3_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_3.3_activesupport_7.gemfile +++ b/gemfiles/ruby_3.3_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock index 3b4c7610..52ba17c5 100644 --- a/gemfiles/ruby_3.3_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.3_activesupport_7.gemfile.lock @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,68 +26,66 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -94,57 +93,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -155,21 +121,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_3.3_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 957785a0..695dbb76 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 @@ -15,68 +15,67 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -84,54 +83,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -142,23 +109,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_3.3_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 c1f46f03..33e41ec5 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 @@ -14,61 +14,60 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -76,54 +75,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -134,21 +100,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_3.gemfile b/gemfiles/ruby_3.3_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_3.3_cucumber_3.gemfile +++ b/gemfiles/ruby_3.3_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock index 59e1cc41..7539e778 100644 --- a/gemfiles/ruby_3.3_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,56 +37,55 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -96,54 +93,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -154,21 +118,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_4.gemfile b/gemfiles/ruby_3.3_cucumber_4.gemfile index 81d7688f..1075a3c5 100644 --- a/gemfiles/ruby_3.3_cucumber_4.gemfile +++ b/gemfiles/ruby_3.3_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock index 835ecdda..f4c1d03e 100644 --- a/gemfiles/ruby_3.3_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -55,63 +53,62 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -119,59 +116,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -183,21 +147,15 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_5.gemfile b/gemfiles/ruby_3.3_cucumber_5.gemfile index ca727ad5..802674e4 100644 --- a/gemfiles/ruby_3.3_cucumber_5.gemfile +++ b/gemfiles/ruby_3.3_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock index 6930f799..6f667cef 100644 --- a/gemfiles/ruby_3.3_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -59,63 +57,62 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -123,59 +120,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -187,21 +151,15 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_6.gemfile b/gemfiles/ruby_3.3_cucumber_6.gemfile index 6f606a66..9e78515c 100644 --- a/gemfiles/ruby_3.3_cucumber_6.gemfile +++ b/gemfiles/ruby_3.3_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" diff --git a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock index 7dfb73cd..b839cce1 100644 --- a/gemfiles/ruby_3.3_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,11 +19,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,68 +58,67 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -129,59 +126,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -193,21 +157,15 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_7.gemfile b/gemfiles/ruby_3.3_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_3.3_cucumber_7.gemfile +++ b/gemfiles/ruby_3.3_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock index 94e9e6f3..88bef9a7 100644 --- a/gemfiles/ruby_3.3_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,59 +50,58 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -112,56 +109,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -172,21 +136,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_8.gemfile b/gemfiles/ruby_3.3_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_3.3_cucumber_8.gemfile +++ b/gemfiles/ruby_3.3_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock index 59fd021b..ad77a54e 100644 --- a/gemfiles/ruby_3.3_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,59 +44,58 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -106,56 +103,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -166,21 +130,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_cucumber_9.gemfile b/gemfiles/ruby_3.3_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_3.3_cucumber_9.gemfile +++ b/gemfiles/ruby_3.3_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock index a6a736bf..0f5ef880 100644 --- a/gemfiles/ruby_3.3_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.3_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,56 +44,55 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -103,56 +100,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -163,21 +127,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_3.3_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 9c0371ef..186d2052 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 @@ -14,62 +14,59 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -77,54 +74,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -134,22 +98,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_minitest_5.gemfile b/gemfiles/ruby_3.3_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_3.3_minitest_5.gemfile +++ b/gemfiles/ruby_3.3_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_3.3_minitest_5.gemfile.lock b/gemfiles/ruby_3.3_minitest_5.gemfile.lock index 5d4b0b94..edd25305 100644 --- a/gemfiles/ruby_3.3_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.3_minitest_5.gemfile.lock @@ -14,61 +14,58 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -76,54 +73,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -133,22 +97,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index a13663f9..785d5283 100644 --- a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "shoulda-context", "~> 2" gem "shoulda-matchers", "~> 6" 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 48916aca..6912ce67 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 @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (8.0.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -19,74 +20,73 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) 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) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -94,26 +94,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shoulda-context (2.0.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -121,33 +105,17 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + uri (1.0.2) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -157,24 +125,18 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter shoulda-context (~> 2) shoulda-matchers (~> 6) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_rspec_3.gemfile b/gemfiles/ruby_3.3_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_3.3_rspec_3.gemfile +++ b/gemfiles/ruby_3.3_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_3.3_rspec_3.gemfile.lock b/gemfiles/ruby_3.3_rspec_3.gemfile.lock index e947df7d..846be9be 100644 --- a/gemfiles/ruby_3.3_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.3_rspec_3.gemfile.lock @@ -14,60 +14,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -75,54 +72,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -132,21 +96,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile index 721816a4..09c96f29 100644 --- a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile +++ b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 302b03ad..164c0250 100644 --- a/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.3_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,65 +54,66 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.17.1-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.17.1-arm64-darwin) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + regexp_parser (2.9.3) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -122,27 +121,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -152,36 +135,19 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS aarch64-linux @@ -193,22 +159,16 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.3_timecop_0.gemfile b/gemfiles/ruby_3.3_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_3.3_timecop_0.gemfile +++ b/gemfiles/ruby_3.3_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_3.3_timecop_0.gemfile.lock b/gemfiles/ruby_3.3_timecop_0.gemfile.lock index 7ced56f1..9edebab1 100644 --- a/gemfiles/ruby_3.3_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.3_timecop_0.gemfile.lock @@ -14,61 +14,58 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0-aarch64-linux) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - libddwaf (1.14.0.0.0-arm64-darwin) + libddwaf (1.18.0.0.0-arm64-darwin) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -76,55 +73,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -134,23 +98,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.4.19 diff --git a/gemfiles/ruby_3.4_activesupport_4.gemfile b/gemfiles/ruby_3.4_activesupport_4.gemfile index b6092bfa..251e738f 100644 --- a/gemfiles/ruby_3.4_activesupport_4.gemfile +++ b/gemfiles/ruby_3.4_activesupport_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 4" gem "base64" gem "mutex_m" diff --git a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock index e495226b..2b928bd2 100644 --- a/gemfiles/ruby_3.4_activesupport_4.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_4.gemfile.lock @@ -19,66 +19,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) - mutex_m (0.2.0) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -86,57 +83,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -148,23 +112,17 @@ DEPENDENCIES base64 climate_control datadog-ci! + debug drb mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_activesupport_5.gemfile b/gemfiles/ruby_3.4_activesupport_5.gemfile index 9b933bc1..6cae3dca 100644 --- a/gemfiles/ruby_3.4_activesupport_5.gemfile +++ b/gemfiles/ruby_3.4_activesupport_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 5" gem "base64" gem "mutex_m" diff --git a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock index 7f5b7fb1..12ae19fd 100644 --- a/gemfiles/ruby_3.4_activesupport_5.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_5.gemfile.lock @@ -19,66 +19,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) - mutex_m (0.2.0) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -86,57 +83,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -148,23 +112,17 @@ DEPENDENCIES base64 climate_control datadog-ci! + debug drb mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_activesupport_6.gemfile b/gemfiles/ruby_3.4_activesupport_6.gemfile index 5d850dd8..00e9f11d 100644 --- a/gemfiles/ruby_3.4_activesupport_6.gemfile +++ b/gemfiles/ruby_3.4_activesupport_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 6" gem "base64" gem "mutex_m" diff --git a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock index 0324e0f3..b0875562 100644 --- a/gemfiles/ruby_3.4_activesupport_6.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.9) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,66 +20,63 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) - mutex_m (0.2.0) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -87,57 +84,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -149,23 +113,17 @@ DEPENDENCIES base64 climate_control datadog-ci! + debug drb mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_activesupport_7.gemfile b/gemfiles/ruby_3.4_activesupport_7.gemfile index b5e69dde..7a3eeb63 100644 --- a/gemfiles/ruby_3.4_activesupport_7.gemfile +++ b/gemfiles/ruby_3.4_activesupport_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "activesupport", "~> 7" group :check do diff --git a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock index 3ee46eae..f701641c 100644 --- a/gemfiles/ruby_3.4_activesupport_7.gemfile.lock +++ b/gemfiles/ruby_3.4_activesupport_7.gemfile.lock @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.2.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -25,67 +26,65 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -93,57 +92,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -154,21 +120,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile b/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile index 861333e8..4d9f122b 100644 --- a/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile +++ b/gemfiles/ruby_3.4_ci_queue_0_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "ci-queue", "~> 0" gem "minitest-reporters", "~> 1" 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 ab6cd645..b4c8e1db 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 @@ -15,67 +15,66 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) ruby-progressbar - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -83,54 +82,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -141,23 +108,17 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug minitest (~> 5) minitest-reporters (~> 1) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile b/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile index 56e6dfbe..86d79cf5 100644 --- a/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile +++ b/gemfiles/ruby_3.4_ci_queue_0_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "ci-queue", "~> 0" group :check do 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 207815d2..d8879250 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 @@ -14,60 +14,59 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) - ci-queue (0.58.0) + ci-queue (0.60.0) + logger climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + logger (1.6.2) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -75,54 +74,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -133,21 +99,15 @@ DEPENDENCIES ci-queue (~> 0) climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_3.gemfile b/gemfiles/ruby_3.4_cucumber_3.gemfile index 849ed57a..23ab931c 100644 --- a/gemfiles/ruby_3.4_cucumber_3.gemfile +++ b/gemfiles/ruby_3.4_cucumber_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 3" group :check do diff --git a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock index 1145e1b3..44c25087 100644 --- a/gemfiles/ruby_3.4_cucumber_3.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_3.gemfile.lock @@ -14,12 +14,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) backports (3.25.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -39,55 +37,54 @@ GEM cucumber-expressions (6.0.1) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) gherkin (5.1.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -95,54 +92,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -153,21 +117,15 @@ DEPENDENCIES climate_control cucumber (~> 3) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_4.gemfile b/gemfiles/ruby_3.4_cucumber_4.gemfile index 7acd24ad..c8462a20 100644 --- a/gemfiles/ruby_3.4_cucumber_4.gemfile +++ b/gemfiles/ruby_3.4_cucumber_4.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 4" gem "activesupport", "< 7.1" gem "base64" diff --git a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock index 2dd1d61c..964fe3c6 100644 --- a/gemfiles/ruby_3.4_cucumber_4.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_4.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,12 +19,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -56,63 +54,62 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) - mutex_m (0.2.0) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -120,59 +117,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -185,22 +149,16 @@ DEPENDENCIES climate_control cucumber (~> 4) datadog-ci! + debug mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_5.gemfile b/gemfiles/ruby_3.4_cucumber_5.gemfile index c0b4350b..e6ac4230 100644 --- a/gemfiles/ruby_3.4_cucumber_5.gemfile +++ b/gemfiles/ruby_3.4_cucumber_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 5" gem "activesupport", "< 7.1" gem "base64" diff --git a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock index e0c3db4b..52d52222 100644 --- a/gemfiles/ruby_3.4_cucumber_5.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_5.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,12 +19,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -60,63 +58,62 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) middleware (0.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) - mutex_m (0.2.0) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -124,59 +121,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -189,22 +153,16 @@ DEPENDENCIES climate_control cucumber (~> 5) datadog-ci! + debug mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_6.gemfile b/gemfiles/ruby_3.4_cucumber_6.gemfile index 97795087..a1a860e5 100644 --- a/gemfiles/ruby_3.4_cucumber_6.gemfile +++ b/gemfiles/ruby_3.4_cucumber_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 6" gem "activesupport", "< 7.1" gem "base64" diff --git a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock index 0814e770..f991c0ae 100644 --- a/gemfiles/ruby_3.4_cucumber_6.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_6.gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.5) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -19,12 +19,10 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal @@ -61,68 +59,67 @@ 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.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) middleware (0.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - minitest (5.25.1) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + minitest (5.25.4) + msgpack (1.7.5) multi_test (0.1.2) - mutex_m (0.2.0) + mutex_m (0.3.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) protobuf-cucumber (3.10.8) activesupport (>= 3.2) middleware thor thread_safe - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -130,59 +127,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -195,22 +159,16 @@ DEPENDENCIES climate_control cucumber (~> 6) datadog-ci! + debug mutex_m os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_7.gemfile b/gemfiles/ruby_3.4_cucumber_7.gemfile index d5a074b1..0ac95429 100644 --- a/gemfiles/ruby_3.4_cucumber_7.gemfile +++ b/gemfiles/ruby_3.4_cucumber_7.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 7" group :check do diff --git a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock index d5140678..926425cf 100644 --- a/gemfiles/ruby_3.4_cucumber_7.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_7.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -52,58 +50,57 @@ GEM cucumber-wire (6.2.1) cucumber-core (~> 10.1, >= 10.1.0) cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (0.1.2) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -111,56 +108,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -171,21 +135,15 @@ DEPENDENCIES climate_control cucumber (~> 7) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_8.gemfile b/gemfiles/ruby_3.4_cucumber_8.gemfile index 16fcbcf9..f76ca7fd 100644 --- a/gemfiles/ruby_3.4_cucumber_8.gemfile +++ b/gemfiles/ruby_3.4_cucumber_8.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 8" group :check do diff --git a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock index f289e1f0..0c1af0e5 100644 --- a/gemfiles/ruby_3.4_cucumber_8.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_8.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,58 +44,57 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) + logger (1.6.2) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - msgpack (1.7.3) + mime-types-data (3.2024.1203) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -105,56 +102,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -165,21 +129,15 @@ DEPENDENCIES climate_control cucumber (~> 8) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_cucumber_9.gemfile b/gemfiles/ruby_3.4_cucumber_9.gemfile index c66998c8..27b60855 100644 --- a/gemfiles/ruby_3.4_cucumber_9.gemfile +++ b/gemfiles/ruby_3.4_cucumber_9.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "cucumber", "~> 9" group :check do diff --git a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock index 92816bd4..f8434e30 100644 --- a/gemfiles/ruby_3.4_cucumber_9.gemfile.lock +++ b/gemfiles/ruby_3.4_cucumber_9.gemfile.lock @@ -14,11 +14,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) builder (3.3.0) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -46,55 +44,54 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) mini_mime (1.1.5) - msgpack (1.7.3) + msgpack (1.7.5) multi_test (1.1.0) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -102,56 +99,23 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -162,21 +126,15 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile b/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile index 7874f38d..2a32643a 100644 --- a/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile +++ b/gemfiles/ruby_3.4_knapsack_pro_7_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "knapsack_pro", "~> 7" group :check do 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 2cf3b182..1bf2f742 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 @@ -14,61 +14,58 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - knapsack_pro (7.8.2) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + knapsack_pro (7.13.1) rake - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -76,54 +73,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -133,22 +97,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug knapsack_pro (~> 7) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_minitest_5.gemfile b/gemfiles/ruby_3.4_minitest_5.gemfile index 0fca7f18..63a20f49 100644 --- a/gemfiles/ruby_3.4_minitest_5.gemfile +++ b/gemfiles/ruby_3.4_minitest_5.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" group :check do diff --git a/gemfiles/ruby_3.4_minitest_5.gemfile.lock b/gemfiles/ruby_3.4_minitest_5.gemfile.lock index 3c3a8cfc..1cbb3509 100644 --- a/gemfiles/ruby_3.4_minitest_5.gemfile.lock +++ b/gemfiles/ruby_3.4_minitest_5.gemfile.lock @@ -14,60 +14,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -75,54 +72,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -132,22 +96,16 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index a13663f9..785d5283 100644 --- a/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" gem "shoulda-context", "~> 2" gem "shoulda-matchers", "~> 6" 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 2133896c..69c76f89 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 @@ -8,8 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (8.0.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -19,73 +20,72 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) 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) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) drb (2.2.1) ffi (1.17.0) - hashdiff (1.1.1) + hashdiff (1.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + logger (1.6.2) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -93,26 +93,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) shoulda-context (2.0.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -120,33 +104,17 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + uri (1.0.2) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -156,24 +124,18 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter shoulda-context (~> 2) shoulda-matchers (~> 6) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_rspec_3.gemfile b/gemfiles/ruby_3.4_rspec_3.gemfile index 39cac410..eab12df6 100644 --- a/gemfiles/ruby_3.4_rspec_3.gemfile +++ b/gemfiles/ruby_3.4_rspec_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec", "~> 3" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" group :check do diff --git a/gemfiles/ruby_3.4_rspec_3.gemfile.lock b/gemfiles/ruby_3.4_rspec_3.gemfile.lock index 8382fe1f..14917787 100644 --- a/gemfiles/ruby_3.4_rspec_3.gemfile.lock +++ b/gemfiles/ruby_3.4_rspec_3.gemfile.lock @@ -14,59 +14,56 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - msgpack (1.7.3) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -74,54 +71,21 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -131,21 +95,15 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec (~> 3) rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile index 721816a4..09c96f29 100644 --- a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile +++ b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "capybara", "~> 3" gem "selenium-webdriver", "~> 4" gem "cucumber", "~> 9" 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 63231282..1d224d4e 100644 --- a/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock +++ b/gemfiles/ruby_3.4_selenium_4_capybara_3.gemfile.lock @@ -14,7 +14,6 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) @@ -28,7 +27,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml @@ -56,64 +54,65 @@ GEM cucumber-html-formatter (21.7.0) cucumber-messages (> 19, < 27) cucumber-messages (22.0.0) - cucumber-tag-expressions (6.1.0) - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + cucumber-tag-expressions (6.1.1) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - logger (1.6.1) + logger (1.6.2) matrix (0.4.2) - method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) - msgpack (1.7.3) + mini_portile2 (2.8.8) + msgpack (1.7.5) multi_test (1.1.0) - nokogiri (1.16.7) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) rack-test (2.1.0) rack (>= 1.3) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + regexp_parser (2.9.3) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -121,27 +120,11 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.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.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -151,36 +134,19 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) - sys-uname (1.3.0) + stringio (3.1.2) + sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.37) PLATFORMS aarch64-linux @@ -192,22 +158,16 @@ DEPENDENCIES climate_control cucumber (~> 9) datadog-ci! + debug os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter selenium-webdriver (~> 4) simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) webmock - webrick - yard BUNDLED WITH 2.5.17 diff --git a/gemfiles/ruby_3.4_timecop_0.gemfile b/gemfiles/ruby_3.4_timecop_0.gemfile index bb30673d..e0186f5f 100644 --- a/gemfiles/ruby_3.4_timecop_0.gemfile +++ b/gemfiles/ruby_3.4_timecop_0.gemfile @@ -2,23 +2,17 @@ source "https://rubygems.org" -gem "pry" -gem "rake" -gem "standard", "~> 1.31" +gem "debug" gem "rake-compiler" +gem "simplecov" gem "rspec" gem "rspec-collection_matchers" gem "rspec_junit_formatter" -gem "climate_control" gem "appraisal" +gem "climate_control" gem "webmock" +gem "rake" gem "os" -gem "yard" -gem "redcarpet" -gem "webrick" -gem "pimpmychangelog", ">= 0.1.2" -gem "simplecov" -gem "simplecov-cobertura", "~> 2.1.0" gem "timecop", "~> 0" gem "minitest", "~> 5" diff --git a/gemfiles/ruby_3.4_timecop_0.gemfile.lock b/gemfiles/ruby_3.4_timecop_0.gemfile.lock index a70a5604..ca5d26de 100644 --- a/gemfiles/ruby_3.4_timecop_0.gemfile.lock +++ b/gemfiles/ruby_3.4_timecop_0.gemfile.lock @@ -14,60 +14,57 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) bigdecimal (3.1.8) climate_control (1.2.0) - coderay (1.1.3) crack (1.0.0) bigdecimal rexml - datadog (2.4.0) - debase-ruby_core_source (= 3.3.1) - libdatadog (~> 12.0.0.1.0) - libddwaf (~> 1.14.0.0.0) + datadog (2.8.0) + datadog-ruby_core_source (~> 3.3) + libdatadog (~> 14.3.1.1.0) + libddwaf (~> 1.18.0.0.0) msgpack - debase-ruby_core_source (3.3.1) + datadog-ruby_core_source (3.3.6) + date (3.4.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) diff-lcs (1.5.1) docile (1.4.1) ffi (1.17.0) - hashdiff (1.1.1) - json (2.7.2) - language_server-protocol (3.17.0.3) - libdatadog (12.0.0.1.0) - libdatadog (12.0.0.1.0-aarch64-linux) - libddwaf (1.14.0.0.0) + hashdiff (1.1.2) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + libdatadog (14.3.1.1.0) + libdatadog (14.3.1.1.0-aarch64-linux) + libddwaf (1.18.0.0.0) ffi (~> 1.0) - libddwaf (1.14.0.0.0-aarch64-linux) + libddwaf (1.18.0.0.0-aarch64-linux) ffi (~> 1.0) - lint_roller (1.1.0) - method_source (1.1.0) - minitest (5.25.1) - msgpack (1.7.3) + minitest (5.25.4) + msgpack (1.7.5) os (1.1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - pimpmychangelog (0.1.3) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) + psych (5.2.1) + date + stringio public_suffix (6.0.1) - racc (1.8.1) - rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.8) rake - redcarpet (3.6.0) - regexp_parser (2.9.2) - rexml (3.3.8) + rdoc (6.8.1) + psych (>= 4.0.0) + reline (0.5.12) + io-console (~> 0.5) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -75,55 +72,22 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.66.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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - rubocop-performance (1.22.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - standard (1.41.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.66.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.5) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.5.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + stringio (3.1.2) thor (1.3.2) timecop (0.9.10) - unicode-display_width (2.6.0) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - yard (0.9.37) PLATFORMS aarch64-linux @@ -133,23 +97,17 @@ DEPENDENCIES appraisal climate_control datadog-ci! + debug minitest (~> 5) os - pimpmychangelog (>= 0.1.2) - pry rake rake-compiler - redcarpet rspec rspec-collection_matchers rspec_junit_formatter simplecov - simplecov-cobertura (~> 2.1.0) - standard (~> 1.31) timecop (~> 0) webmock - webrick - yard BUNDLED WITH 2.5.17