Sha256: a43598ba8fa14e0c91770d8988ffad539f18ef5bee8a623c2ebb51439fae67dc

Contents?: true

Size: 802 Bytes

Versions: 4

Compression:

Stored size: 802 Bytes

Contents

source 'https://rubygems.org'
gemspec

# The following is required to locally develop this plugin. Note that this Gemfile is NOT used when building the gem
# file for this plugin (see merge-to-master.yml), only when unit testing. When unit-testing, we need to have logstash-core
# in our local machine, given that the logstash-core GEM has not been published since 5.6.0.
# See: https://github.com/elastic/logstash/pull/14229 https://github.com/elastic/logstash/issues/14203
# And: https://github.com/elastic/logstash/pull/14229

logstash_path = ENV['LOGSTASH_PATH'] || '/opt/homebrew/Cellar/logstash/8.9.0/libexec'

if Dir.exist?(logstash_path)
  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
logstash-output-newrelic-1.5.2 Gemfile
logstash-output-newrelic-1.5.1 Gemfile
logstash-output-newrelic-1.5.0 Gemfile
logstash-output-newrelic-1.4.0 Gemfile