Sha256: 48dd39ce470d0d67a08d37c7ff2bdc4783861a93ea09e6437055a2ef943609bd
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in elasticsearch-rails.gemspec gemspec # TODO: Figure out how to specify dependency on local elasticsearch-model without endless "Resolving dependencies" # if File.exists? File.expand_path("../../elasticsearch-model", __FILE__) # gem 'elasticsearch-model', :path => File.expand_path("../../elasticsearch-model", __FILE__), :require => true # end gem 'elasticsearch-model', :path => File.expand_path("../../elasticsearch-model", __FILE__), :require => false gem 'elasticsearch-persistence', :path => File.expand_path("../../elasticsearch-persistence", __FILE__), :require => false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticsearch-rails-6.0.0 | Gemfile |
elasticsearch-rails-6.0.0.pre | Gemfile |