We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66fe71 commit 2b30cbaCopy full SHA for 2b30cba
elasticsearch-rails/lib/rails/templates/01-basic.rb
@@ -157,8 +157,8 @@
157
puts '-'*80, ''; sleep 0.75
158
159
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'
+gem 'elasticsearch-model', git: 'https://github.com/elasticsearch/elasticsearch-rails.git', branch: 'main'
+gem 'elasticsearch-rails', git: 'https://github.com/elasticsearch/elasticsearch-rails.git', branch: 'main'
162
163
164
git add: "Gemfile*"
0 commit comments