Skip to content

Commit

Permalink
bump gem datadog dependency to 2.4 and update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Oct 17, 2024
1 parent 1d81d80 commit 773eeb6
Show file tree
Hide file tree
Showing 131 changed files with 3,510 additions and 3,841 deletions.
2 changes: 1 addition & 1 deletion datadog-ci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "datadog", "~> 2.3"
spec.add_dependency "datadog", "~> 2.4"
spec.add_dependency "msgpack"

spec.extensions = ["ext/datadog_cov/extconf.rb"]
Expand Down
55 changes: 26 additions & 29 deletions gemfiles/jruby_9.4_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog (~> 2.3)
datadog (~> 2.4)
msgpack

GEM
Expand All @@ -27,9 +27,9 @@ GEM
crack (1.0.0)
bigdecimal
rexml
datadog (2.3.0)
datadog (2.4.0)
debase-ruby_core_source (= 3.3.1)
libdatadog (~> 11.0.0.1.0)
libdatadog (~> 12.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.3.1)
Expand All @@ -41,16 +41,16 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
libdatadog (11.0.0.1.0)
libdatadog (12.0.0.1.0)
libddwaf (1.14.0.0.0-java)
ffi (~> 1.0)
lint_roller (1.1.0)
method_source (1.1.0)
minitest (5.25.1)
msgpack (1.7.2-java)
msgpack (1.7.3-java)
os (1.1.4)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
Expand All @@ -62,42 +62,40 @@ GEM
racc (1.8.1-java)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.7)
rake-compiler (1.2.8)
rake
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rexml (3.3.8)
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.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.65.1)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -108,34 +106,33 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
spoon (0.0.6)
ffi
standard (1.40.0)
standard (1.41.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.65.0)
rubocop (~> 1.66.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-performance (~> 1.5)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0-java)
thor (1.3.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.5.0)
webmock (3.23.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.1)
yard (0.9.36)
webrick (1.8.2)
yard (0.9.37)

PLATFORMS
universal-java-11
Expand Down
57 changes: 27 additions & 30 deletions gemfiles/jruby_9.4_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog (~> 2.3)
datadog (~> 2.4)
msgpack

GEM
Expand All @@ -27,30 +27,30 @@ GEM
crack (1.0.0)
bigdecimal
rexml
datadog (2.3.0)
datadog (2.4.0)
debase-ruby_core_source (= 3.3.1)
libdatadog (~> 11.0.0.1.0)
libdatadog (~> 12.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.3.1)
diff-lcs (1.5.1)
docile (1.4.1)
ffi (1.17.0-java)
hashdiff (1.1.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
libdatadog (11.0.0.1.0)
libdatadog (12.0.0.1.0)
libddwaf (1.14.0.0.0-java)
ffi (~> 1.0)
lint_roller (1.1.0)
method_source (1.1.0)
minitest (5.25.1)
msgpack (1.7.2-java)
msgpack (1.7.3-java)
os (1.1.4)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
Expand All @@ -62,42 +62,40 @@ GEM
racc (1.8.1-java)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.7)
rake-compiler (1.2.8)
rake
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rexml (3.3.8)
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.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.65.1)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -108,34 +106,33 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
spoon (0.0.6)
ffi
standard (1.40.0)
standard (1.41.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.65.0)
rubocop (~> 1.66.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-performance (~> 1.5)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0-java)
thor (1.3.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.5.0)
webmock (3.23.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.1)
yard (0.9.36)
webrick (1.8.2)
yard (0.9.37)

PLATFORMS
universal-java-11
Expand Down
Loading

0 comments on commit 773eeb6

Please sign in to comment.