From 8aad7c4f6c2c14aa61eb400ce076ad91af79be1b Mon Sep 17 00:00:00 2001 From: Daniel Malon Date: Tue, 12 Jan 2016 11:53:20 +0000 Subject: [PATCH] Pin gcloud to version < 0.6 for jruby 1.7 compat --- logstash-input-google-cloud-pubsub.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash-input-google-cloud-pubsub.gemspec b/logstash-input-google-cloud-pubsub.gemspec index 921f2cd..4d5ac19 100644 --- a/logstash-input-google-cloud-pubsub.gemspec +++ b/logstash-input-google-cloud-pubsub.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| # Gem dependencies s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0" - s.add_runtime_dependency 'gcloud' + s.add_runtime_dependency 'gcloud', '< 0.6' s.add_runtime_dependency 'stud', '>= 0.0.22' s.add_development_dependency 'logstash-devutils', '>= 0.0.16' end