Skip to content

Commit 1f91cae

Browse files
authored
Merge dcef7a8 into e4ed440
2 parents e4ed440 + dcef7a8 commit 1f91cae

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
* Core: Upgrade libdatadog dependency to version 24.0.0 ([#5045][])
8+
59
## [2.22.0] - 2025-10-15
610

711
### Added
@@ -5133,4 +5137,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
51335137
[@y-yagi]: https://github.com/y-yagi
51345138
[@yujideveloper]: https://github.com/yujideveloper
51355139
[@yukimurasawa]: https://github.com/yukimurasawa
5136-
[@zachmccormick]: https://github.com/zachmccormick
5140+
[@zachmccormick]: https://github.com/zachmccormick

datadog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Gem::Specification.new do |spec|
6969

7070
# When updating the version here, please also update the version in `libdatadog_extconf_helpers.rb`
7171
# (and yes we have a test for it)
72-
spec.add_dependency 'libdatadog', '~> 23.0.0.1.0'
72+
spec.add_dependency 'libdatadog', '~> 24.0.0.1.0'
7373

7474
# Will no longer be a default gem on Ruby 3.5, see
7575
# https://github.com/ruby/ruby/commit/d7e558e3c48c213d0e8bedca4fb547db55613f7c and

ext/libdatadog_extconf_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Datadog
1010
module LibdatadogExtconfHelpers
1111
# Used to make sure the correct gem version gets loaded, as extconf.rb does not get run with "bundle exec" and thus
1212
# may see multiple libdatadog versions. See https://github.com/DataDog/dd-trace-rb/pull/2531 for the horror story.
13-
LIBDATADOG_VERSION = '~> 23.0.0.1.0'
13+
LIBDATADOG_VERSION = '~> 24.0.0.1.0'
1414

1515
# Used as an workaround for a limitation with how dynamic linking works in environments where the datadog gem and
1616
# libdatadog are moved after the extension gets compiled.

0 commit comments

Comments
 (0)