Skip to content

Commit

Permalink
Remove google-protobuf gem pinning - awslabs#206
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Nov 2, 2020
1 parent 8f5c896 commit 190cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-kinesis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
# https://github.com/aws/aws-sdk-ruby/commit/e26577d2a426a4be79cd2d9edc1a4a4176e388ba#diff-10f50e27b30c3dc522b3c25db5782e2e
spec.add_dependency "aws-sdk-firehose", "~> 1", "!= 1.5", "!= 1.9", "!= 1.15"

spec.add_dependency "google-protobuf", "~> 3", "< 3.12"
spec.add_dependency "google-protobuf", "~> 3"

spec.add_development_dependency "bundler", ">= 1.10"
spec.add_development_dependency "rake", ">= 10.0"
Expand Down

0 comments on commit 190cde6

Please sign in to comment.