Closed suyograo closed 9 years ago
so looks like Gemfile.jruby-1.9.lock
has been updated with the new version when you run bin/plugin update
logstash-filter-mutate (0.1.7)
logstash-core (>= 1.4.0, < 2.0.0)
logstash-filter-grok
logstash-patterns-core
but not the Gemfile.jruby-1.9.lock.defaults
logstash-filter-mutate (0.1.6)
logstash-core (>= 1.4.0, < 2.0.0)
logstash-filter-grok
logstash-patterns-core
it's normal that the Gemfile.jruby-1.9.lock.defaults
does not get updated, this file is manually copied form the Gemfile.jruby-1.9.lock
after installing the default plugins. will take a look shortly at the package content.
the line that triggers the removal of .gemspecs and some gems is LogStash::Bundler.invoke_bundler!(:clean => true)
in the cleanup steps of the update command
This is bit weird, because when I've moved stuff around for the local gem installation and did a bit of refactoring of the code I did not change how we were calling bundler or which arguments we were using.
Tried with 1.5.0-rc3.snapshot6.
bin/plugin list
. Things work as expected^^ old version packaged in artifacts
First bug: it says "No plugin updated"
After that sequence, no plugin commands will work