Skip to content

Commit ef38139

Browse files
authored
Merge 2bd7443 into 23debfe
2 parents 23debfe + 2bd7443 commit ef38139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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', '~> 24.0.0.1.0'
72+
spec.add_dependency 'libdatadog', '~> 24.0.1.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 = '~> 24.0.0.1.0'
13+
LIBDATADOG_VERSION = '~> 24.0.1.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)