When I created logstash offline pack, it doesn't contain the change

I want to modify the logstash integration rabbitmq plugin and use it (https://github.com/logstash-plugins/logstash-integration-rabbitmq.git)

I modified the inputs/rabbitmq.rb and confirmed that it works properly on my local.

I created an offline pack to upload it to the server, but the modified contents are not applied to the offline pack.

No errors when installing gem files or creating offline packs

After installing as an offline pack, when I checked rabbitmq.rb (vendor/bundle/jruby/2.5.0/gems/logstash-integration-rabbitmq-7.1.0-java/lib/logstash/inputs/), the file modification time seems to have changed, but the modifications have not been applied.

I don't know why it can't only be applied to offline packs How do I fix this problem?

I solved this problem
When I built gem, I used JRuby
Before, Ruby was installed on my local

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.