Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 18, 2024
1 parent 2b07103 commit 15f08f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ end
gem 'ffi', '~> 1.16.3', require: false

# TODO: Remove when datadog-ruby_core_source has officially been published as a gem
gem 'datadog-ruby_core_source', git: 'https://github.com/DataDog/datadog-ruby_core_source'
gem 'datadog-ruby_core_source', git: 'https://github.com/DataDog/datadog-ruby_core_source', branch: 'sarahchen6/change-debase-to-datadog'
2 changes: 1 addition & 1 deletion datadog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
#
# We decided to pin it at the latest available version and will manually bump the dependency as needed.
# Uncomment when datadog-ruby_core_source has officially been published as a gem
# spec.add_dependency 'datadog-ruby_core_source', '= 0.1.0'
# spec.add_dependency 'datadog-ruby_core_source', '= 3.6.3'

# Used by appsec
spec.add_dependency 'libddwaf', '~> 1.14.0.0.0'
Expand Down

0 comments on commit 15f08f4

Please sign in to comment.