Sha256: 6767c3a5b91180e9da1e72af14e9464efc392e3aa7ae34b60f1372edcc18d7a7

Contents?: true

Size: 986 Bytes

Versions: 7

Compression:

Stored size: 986 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in elasticsearch-xpack.gemspec
gemspec

group :development do
  gem 'rspec'
  gem 'pry-nav'
end


if File.exist? File.expand_path("../../elasticsearch-api/elasticsearch-api.gemspec", __FILE__)
  gem 'elasticsearch-api', :path => File.expand_path("../../elasticsearch-api", __FILE__), :require => false
end

if File.exist? File.expand_path("../../elasticsearch-transport/elasticsearch-transport.gemspec", __FILE__)
  gem 'elasticsearch-transport', :path => File.expand_path("../../elasticsearch-transport", __FILE__), :require => false
end

if File.exist? File.expand_path("../../elasticsearch/elasticsearch.gemspec", __FILE__)
  gem 'elasticsearch', :path => File.expand_path("../../elasticsearch/", __FILE__)
end

if File.exist? File.expand_path("../../elasticsearch/elasticsearch-extensions.gemspec", __FILE__)
  gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions/", __FILE__)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
elasticsearch-xpack-6.8.3 Gemfile
elasticsearch-xpack-6.8.2 Gemfile
elasticsearch-xpack-6.8.1 Gemfile
elasticsearch-xpack-6.8.0 Gemfile
elasticsearch-xpack-6.3.1 Gemfile
elasticsearch-xpack-6.3.0 Gemfile
elasticsearch-xpack-6.2.0 Gemfile