debian-mirror-gitlab/elasticsearch-model/Gemfile

10 lines
414 B
Ruby
Raw Normal View History

2019-12-04 21:55:13 +05:30
source 'https://rubygems.org'
2019-12-21 20:55:43 +05:30
# Specify your gem's dependencies in elasticsearch-rails.gemspec
2019-12-04 21:55:13 +05:30
gemspec
2019-12-21 20:55:43 +05:30
# 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