Sha256: 2e6da169ee647bbc4df73647753f5685163ab405c17b6cc5fbee3f3bb3c36990

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

# Licensed to Elasticsearch B.V under one or more agreements.
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
# See the LICENSE file in the project root for more information

source 'https://rubygems.org'

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

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-extensions/elasticsearch-extensions.gemspec', __FILE__)
  gem 'elasticsearch-extensions', path: File.expand_path('../../elasticsearch-extensions', __FILE__), require: false
end

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

group :development do
  gem 'rspec'
  if defined?(JRUBY_VERSION)
    gem 'pry-nav'
  else
    gem 'pry-byebug'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
elasticsearch-transport-7.7.0 Gemfile
elasticsearch-transport-7.7.0.pre Gemfile
elasticsearch-transport-7.6.0 Gemfile
elasticsearch-transport-7.6.0.pre Gemfile