Skip to content

Commit

Permalink
Revert rake dependency pin
Browse files Browse the repository at this point in the history
The rake dependency pinning seems to break upstream tests in 6.x. Reverting

Fixes #185
  • Loading branch information
robbavey committed May 30, 2018
1 parent 24a012e commit ec962b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logstash-output-s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'logstash-devutils'
s.add_development_dependency 'logstash-input-generator'
s.add_development_dependency 'logstash-codec-line'
s.add_development_dependency 'rake', '~> 12.2.1' # for JRuby 1.7, Ruby 1.9
end

0 comments on commit ec962b7

Please sign in to comment.