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 json, msgpack, yajl-ruby, oj, td-client and td dependency versions and add google-protobuf version pin to be compatible with Ruby 2.4. #63

Merged
merged 1 commit into from
Jan 22, 2018
Merged
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
9 changes: 5 additions & 4 deletions core_gems.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
dir 'core_gems'
download "bundler", "1.10.6"
download "json", "1.8.3"
download "msgpack", "0.5.11"
download "json", "2.1.0"
download "msgpack", "1.2.2"
download "cool.io", "1.4.4"
download "http_parser.rb", "0.6.0"
download "yajl-ruby", "1.2.1"
download "yajl-ruby", "1.3.1"
download "sigdump", "0.2.4"
download "thread_safe", "0.3.5"
download "oj", "2.15.1"
download "oj", "3.3.10"
download "tzinfo", "1.2.2"
download "tzinfo-data", "1.2016.5"
download "google-protobuf", "3.5.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems new. Any reason we're doing this explicitly, rather than letting another gem pull it in as a dependency?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to explicitly pin google-protobuf to 3.5.1 because otherwise it pulls in the latest 3.5.1.1 which is somehow broken.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update the PR description, then.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Also opened a ticket to report the issue with 3.5.1.1: protocolbuffers/protobuf#4210.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

4 changes: 2 additions & 2 deletions plugin_gems.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dir 'plugin_gems'
download "httpclient", "2.7.2"
download "td-client", "0.8.81"
download "td", "0.14.0"
download "td-client", "1.0.5"
download "td", "0.15.8"
download "fluent-plugin-td", "0.10.28"
download "thrift", "0.8.0"
download "fluent-plugin-scribe", "0.10.14"
Expand Down