Skip to content

Commit

Permalink
Bump datadog from 2.10.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent a46a364 commit 10a9c89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ group :test do
end

gem "combined_time_select", "~> 2.0"
gem "datadog", "~> 2.10", require: "datadog/auto_instrument"
gem "datadog", "~> 2.11", require: "datadog/auto_instrument"
gem "devise", "~> 4.9"
gem "draper", "~> 4.0"
gem "ice_cube", "~> 0.17.0"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ GEM
crass (1.0.6)
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
datadog (2.10.0)
datadog (2.11.0)
datadog-ruby_core_source (~> 3.4)
libdatadog (~> 14.3.1.1.0)
libddwaf (~> 1.18.0.0.0)
libdatadog (~> 16.0.1.1.0)
libddwaf (~> 1.18.0.0.1)
logger
msgpack
datadog-ruby_core_source (3.4.0)
Expand Down Expand Up @@ -187,14 +187,14 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.4)
libdatadog (14.3.1.1.0)
libdatadog (14.3.1.1.0-aarch64-linux)
libdatadog (14.3.1.1.0-x86_64-linux)
libddwaf (1.18.0.0.0)
libdatadog (16.0.1.1.0)
libdatadog (16.0.1.1.0-aarch64-linux)
libdatadog (16.0.1.1.0-x86_64-linux)
libddwaf (1.18.0.0.1)
ffi (~> 1.0)
libddwaf (1.18.0.0.0-aarch64-linux)
libddwaf (1.18.0.0.1-aarch64-linux)
ffi (~> 1.0)
libddwaf (1.18.0.0.0-x86_64-linux)
libddwaf (1.18.0.0.1-x86_64-linux)
ffi (~> 1.0)
lint_roller (1.1.0)
logger (1.6.6)
Expand All @@ -214,7 +214,7 @@ GEM
logger
mini_mime (1.1.5)
minitest (5.25.4)
msgpack (1.7.5)
msgpack (1.8.0)
net-imap (0.5.6)
date
net-protocol
Expand Down Expand Up @@ -490,7 +490,7 @@ DEPENDENCIES
capybara
combined_time_select (~> 2.0)
cssbundling-rails
datadog (~> 2.10)
datadog (~> 2.11)
debug
devise (~> 4.9)
draper (~> 4.0)
Expand Down

0 comments on commit 10a9c89

Please sign in to comment.