Skip to content

Commit 2b30cba

Browse files
tabuchidpicandocodigo
authored andcommitted
Template installs deps using main branch
1 parent b66fe71 commit 2b30cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: elasticsearch-rails/lib/rails/templates/01-basic.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
puts '-'*80, ''; sleep 0.75
158158

159159
gem 'elasticsearch'
160-
gem 'elasticsearch-model', git: 'https://github.com/elasticsearch/elasticsearch-rails.git'
161-
gem 'elasticsearch-rails', git: 'https://github.com/elasticsearch/elasticsearch-rails.git'
160+
gem 'elasticsearch-model', git: 'https://github.com/elasticsearch/elasticsearch-rails.git', branch: 'main'
161+
gem 'elasticsearch-rails', git: 'https://github.com/elasticsearch/elasticsearch-rails.git', branch: 'main'
162162

163163

164164
git add: "Gemfile*"

0 commit comments

Comments
 (0)