Skip to content

Commit

Permalink
Bump ddtrace from 1.0.0 to 1.13.0 in /src/supermarket
Browse files Browse the repository at this point in the history
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 1.0.0 to 1.13.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@v1.0.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent d0b3d65 commit 4a910b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "sidekiq-cron"
gem "aws-sdk-s3"
gem "chef", "~> 17.10", require: false
gem "compass-rails"
gem "ddtrace", "1.0.0", require: false
gem "ddtrace", "1.13.0", require: false
gem "dotenv"
gem "ffi-libarchive"
gem "foreman"
Expand Down
19 changes: 11 additions & 8 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,12 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
ddtrace (1.0.0)
debase-ruby_core_source (<= 0.10.15)
libddwaf (~> 1.3.0.0.0.a)
ddtrace (1.13.0)
debase-ruby_core_source (= 3.2.1)
libdatadog (~> 3.0.0.1.0)
libddwaf (~> 1.9.0.0.0)
msgpack
debase-ruby_core_source (0.10.15)
debase-ruby_core_source (3.2.1)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -382,9 +383,11 @@ GEM
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
libddwaf (1.3.0.0.0-x86_64-darwin)
libdatadog (3.0.0.1.0)
libdatadog (3.0.0.1.0-x86_64-linux)
libddwaf (1.9.0.0.1-x86_64-darwin)
ffi (~> 1.0)
libddwaf (1.3.0.0.0-x86_64-linux)
libddwaf (1.9.0.0.1-x86_64-linux)
ffi (~> 1.0)
libhoney (2.2.0)
addressable (~> 2.0)
Expand Down Expand Up @@ -436,7 +439,7 @@ GEM
mixlib-log (3.0.9)
mixlib-shellout (3.2.7)
chef-utils
msgpack (1.5.1)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
Expand Down Expand Up @@ -819,7 +822,7 @@ DEPENDENCIES
compass-rails
cookstyle (~> 7.32.1)
database_cleaner
ddtrace (= 1.0.0)
ddtrace (= 1.13.0)
dotenv
dry-struct (~> 1.6)
execjs
Expand Down

0 comments on commit 4a910b0

Please sign in to comment.