Skip to content

Commit 548c4c8

Browse files
AntelopeSaladkarmi
authored andcommitted
[RAILS] Use read-only Git URLs in the Rails application template
Closes elastic#8
1 parent fa71c29 commit 548c4c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elasticsearch-rails/lib/rails/templates/01-basic.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
say_status "Rubygems", "Adding Elasticsearch libraries into Gemfile...\n", :yellow
131131
puts '-'*80, ''; sleep 0.75
132132

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'
136136

137137
# ----- Install gems ------------------------------------------------------------------------------
138138

0 commit comments

Comments
 (0)