Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump datadog from 2.8.0 to 2.9.0 #5398

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "aws-sdk-sqs", "~> 1.90"
gem "bootsnap", "~> 1.18"
gem "clearance", "~> 2.9"
gem "dalli", "~> 3.2"
gem "datadog", "~> 2.8"
gem "datadog", "~> 2.9"
gem "dogstatsd-ruby", "~> 5.6"
gem "google-protobuf", "~> 4.29"
gem "faraday", "~> 2.12"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ GEM
addressable
csv (3.3.2)
dalli (3.2.8)
datadog (2.8.0)
datadog-ruby_core_source (~> 3.3)
datadog (2.9.0)
datadog-ruby_core_source (~> 3.3, >= 3.3.7)
libdatadog (~> 14.3.1.1.0)
libddwaf (~> 1.18.0.0.0)
msgpack
Expand Down Expand Up @@ -913,7 +913,7 @@ DEPENDENCIES
compact_index (~> 0.15.0)
csv (~> 3.3)
dalli (~> 3.2)
datadog (~> 2.8)
datadog (~> 2.9)
datadog-ci (~> 1.11)
derailed_benchmarks (~> 2.2)
discard (~> 1.4)
Expand Down Expand Up @@ -1079,7 +1079,7 @@ CHECKSUMS
css_parser (1.19.1) sha256=1940dce01e3b9be18d6880e6d65162d984cc04ff28998cf4759beb999275209e
csv (3.3.2) sha256=6ff0c135e65e485d1864dde6c1703b60d34cc9e19bed8452834a0b28a519bd4e
dalli (3.2.8) sha256=2e63595084d91fae2655514a02c5d4fc0f16c0799893794abe23bf628bebaaa5
datadog (2.8.0) sha256=5cd1f65a9aaef270ec8a37c394e4504afbf86d57e805cbb9ab974dc7848524ba
datadog (2.9.0) sha256=f6cc1c5f77269614ef8b1310ace506bf4362c5c0ec00150264abdec1c7873f95
datadog-ci (1.11.0) sha256=3f43fb33e9f0a479a460018522ccc97e938a333ff0117abe3875999c81819b74
datadog-ruby_core_source (3.3.7) sha256=056ac0a49eae4eff9ed6babf35917c6033ce38e57dd4b8e6e814eb743186fae4
date (3.4.1) sha256=bf268e14ef7158009bfeaec40b5fa3c7271906e88b196d958a89d4b408abe64f
Expand Down
Loading