Skip to content

Commit

Permalink
relax another dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed May 8, 2015
1 parent a92942a commit 989fa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/kinesis/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Logstash
module Input
module Kinesis
VERSION = "1.2.3"
VERSION = "1.2.4"
end
end
end
2 changes: 1 addition & 1 deletion logstash-input-kinesis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.requirements << "jar 'com.amazonaws:amazon-kinesis-client', '1.2.1'"

spec.add_runtime_dependency 'jar-dependencies', '~> 0.1.7'
spec.add_runtime_dependency 'ruby-maven', '3.1.1.0.8'
spec.add_runtime_dependency 'ruby-maven', '>= 3.1.1.0.8'
spec.add_runtime_dependency "maven-tools", '~> 1.0.7'

spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit 989fa5b

Please sign in to comment.