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 dependencies (aws-sdk-kinesis and google-protobuf) #8

Merged
merged 2 commits into from Jun 12, 2020

Conversation

jlgoolsbee
Copy link
Collaborator

aws-sdk-kinesis

The 1.24 release of aws-sdk-kinesis is missing a dependency from a newer version of the aws-sdk-core gem:

`require': cannot load such file -- aws-sdk-core/plugins/http_checksum.rb (LoadError)

More details are in aws/aws-sdk-ruby#2327; 1.24 has been yanked and 1.24.1 has been released with the fix, but just in case 1.24 has already been installed/cached anywhere, add it to the list of excluded versions.

google-protobuf

Previously, we pinned google-protobuf to 3.11.x (#6) because 3.12 required Ruby >=2.5 (and td-agent ships with Ruby 2.4 embedded). google-protobuf 3.12.1 restores support for Ruby 2.3 and 2.4, so we can relax our pinning for this dependency a bit by requiring versions greater than 3.12.

@jlgoolsbee jlgoolsbee merged commit d761814 into master Jun 12, 2020
@jlgoolsbee jlgoolsbee deleted the ITOPSENG-694-avoid-aws-sdk-kinesis-v1.24 branch June 12, 2020 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant