Skip to content

Commit

Permalink
Merge pull request #2267 from DataDog/ivoanjo/bump-debase-ruby-core-s…
Browse files Browse the repository at this point in the history
…ource-dep

Bump allowed version of debase-ruby_core_source to include v0.10.17
  • Loading branch information
ivoanjo authored Sep 12, 2022
2 parents 64b0526 + 23b3bab commit 91a5616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddtrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Gem::Specification.new do |spec|
# (https://github.com/ruby-debug/debase-ruby_core_source/pull/6) so we should keep that as a lower bound going
# forward.
#
# we're pinning it at the latest available version and will manually bump the dependency as needed.
spec.add_dependency 'debase-ruby_core_source', '= 0.10.16'
# We're pinning it at the latest available version and will manually bump the dependency as needed.
spec.add_dependency 'debase-ruby_core_source', '>= 0.10.16', '<= 0.10.17'

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

0 comments on commit 91a5616

Please sign in to comment.