diff --git a/app/models/plugin.rb b/app/models/plugin.rb index 0d257ad..9da967c 100644 --- a/app/models/plugin.rb +++ b/app/models/plugin.rb @@ -22,6 +22,8 @@ class Plugin self.version ||= latest_version if valid? && gem_install + # NOTE: also updating fluentd-ui gem is used this method, that shouldn't be recorded + return true unless gem_name.start_with?("fluent-plugin-") File.open(gemfile_path, "a") do |f| f.puts format_gemfile end