From 240b93511a85e7a7445a40a96fc257dfbdf41165 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 28 Jun 2018 13:50:43 -0400 Subject: [PATCH] Remove update to http and file input plugins Removes gem upgrades to the http and file input plugin in patch release, as they have undergone significant change. Fixes #9739 --- Gemfile.jruby-2.3.lock.release | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.jruby-2.3.lock.release b/Gemfile.jruby-2.3.lock.release index d79f2817a..53a82443c 100644 --- a/Gemfile.jruby-2.3.lock.release +++ b/Gemfile.jruby-2.3.lock.release @@ -87,6 +87,7 @@ GEM multipart-post (>= 1.2, < 3) ffi (1.9.25-java) filesize (0.0.4) + filewatch (0.9.0) fivemat (1.3.6) flores (0.0.7) fpm (1.3.3) @@ -286,8 +287,9 @@ GEM logstash-core-plugin-api (>= 1.60, <= 2.99) rufus-scheduler stud (~> 0.0.22) - logstash-input-file (4.1.2) + logstash-input-file (4.0.5) addressable + filewatch (~> 0.8, >= 0.8.1) logstash-codec-multiline (~> 3.0) logstash-codec-plain logstash-core-plugin-api (>= 1.60, <= 2.99) @@ -310,10 +312,12 @@ GEM logstash-codec-plain logstash-core-plugin-api (>= 1.60, <= 2.99) stud - logstash-input-http (3.2.0-java) - jar-dependencies (~> 0.3.4) + logstash-input-http (3.0.10) logstash-codec-plain logstash-core-plugin-api (>= 1.60, <= 2.99) + puma (~> 2.16, >= 2.16.0) + rack (~> 1) + stud logstash-input-http_poller (4.0.5) logstash-codec-plain logstash-core-plugin-api (>= 1.60, <= 2.99)