Skip to content

Commit 7aa03e8

Browse files
committed
[STORE] Updated the Git URLs in the "Notes" example application
1 parent fece6fb commit 7aa03e8

File tree

1 file changed

+2
-2
lines changed
  • elasticsearch-persistence/examples/notes

1 file changed

+2
-2
lines changed

elasticsearch-persistence/examples/notes/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ gem 'hashie'
99

1010
gem 'patron'
1111
gem 'elasticsearch'
12-
gem 'elasticsearch-model', path: File.expand_path('../../../../elasticsearch-model', __FILE__)
13-
gem 'elasticsearch-persistence', path: File.expand_path('../../../', __FILE__)
12+
gem 'elasticsearch-model', git: 'https://github.com/elastic/elasticsearch-rails.git'
13+
gem 'elasticsearch-persistence', git: 'https://github.com/elastic/elasticsearch-rails.git'
1414

1515
gem 'sinatra', require: false
1616
gem 'thin'

0 commit comments

Comments
 (0)