source 'https://rubygems.org' # Specify your gem's dependencies in fluent-plugin-elasticsearch.gemspec gemspec :path => "../" gem 'simplecov', require: false gem 'coveralls', ">= 0.8.0", require: false gem 'strptime', require: false if RUBY_ENGINE == "ruby" && RUBY_VERSION =~ /^2/ gem "irb" if RUBY_ENGINE == "ruby" && RUBY_VERSION >= "2.6" gem "elasticsearch", "~> 6.8.1" gem "elasticsearch-xpack" gem "oj"