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

Update Gem version requirements for some older libraries #2763

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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 lib/datadog/tracing/contrib/dalli/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Dalli
class Integration
include Contrib::Integration

MINIMUM_VERSION = Gem::Version.new('2.0.0')
MINIMUM_VERSION = Gem::Version.new('1.0.0')
DALLI_PROTOCOL_BINARY_VERSION = Gem::Version.new('3.0.0')

# @public_api Changing the integration name or integration options can cause breaking changes
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/ethon/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Ethon
class Integration
include Contrib::Integration

MINIMUM_VERSION = Gem::Version.new('0.11.0')
MINIMUM_VERSION = Gem::Version.new('0.9.0')

# @public_api Changing the integration name or integration options can cause breaking changes
register_as :ethon
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/faraday/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Faraday
class Integration
include Contrib::Integration

MINIMUM_VERSION = Gem::Version.new('0.14.0')
MINIMUM_VERSION = Gem::Version.new('0.9.0')

# @public_api Changing the integration name or integration options can cause breaking changes
register_as :faraday, auto_patch: true
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/rake/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Rake
class Integration
include Contrib::Integration

MINIMUM_VERSION = Gem::Version.new('12.0')
MINIMUM_VERSION = Gem::Version.new('10.0')

# @public_api Changing the integration name or integration options can cause breaking changes
register_as :rake
Expand Down