We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fece6fb commit 7aa03e8Copy full SHA for 7aa03e8
elasticsearch-persistence/examples/notes/Gemfile
@@ -9,8 +9,8 @@ gem 'hashie'
9
10
gem 'patron'
11
gem 'elasticsearch'
12
-gem 'elasticsearch-model', path: File.expand_path('../../../../elasticsearch-model', __FILE__)
13
-gem 'elasticsearch-persistence', path: File.expand_path('../../../', __FILE__)
+gem 'elasticsearch-model', git: 'https://github.com/elastic/elasticsearch-rails.git'
+gem 'elasticsearch-persistence', git: 'https://github.com/elastic/elasticsearch-rails.git'
14
15
gem 'sinatra', require: false
16
gem 'thin'
0 commit comments