File tree 1 file changed +3
-3
lines changed
elasticsearch-rails/lib/rails/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 130
130
say_status "Rubygems" , "Adding Elasticsearch libraries into Gemfile...\n " , :yellow
131
131
puts '-' *80 , '' ; sleep 0.75
132
132
133
- gem 'elasticsearch' , git : 'git@ github.com: elasticsearch/elasticsearch-ruby.git'
134
- gem 'elasticsearch-model' , git : 'git@ github.com: elasticsearch/elasticsearch-rails.git'
135
- gem 'elasticsearch-rails' , git : 'git@ github.com: elasticsearch/elasticsearch-rails.git'
133
+ gem 'elasticsearch' , git : 'git:// github.com/ elasticsearch/elasticsearch-ruby.git'
134
+ gem 'elasticsearch-model' , git : 'git:// github.com/ elasticsearch/elasticsearch-rails.git'
135
+ gem 'elasticsearch-rails' , git : 'git:// github.com/ elasticsearch/elasticsearch-rails.git'
136
136
137
137
# ----- Install gems ------------------------------------------------------------------------------
138
138
You can’t perform that action at this time.
0 commit comments