10 lines
414 B
Ruby
10 lines
414 B
Ruby
|
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
|