Skip to content

Commit

Permalink
Fixes basic template elasticsearch dependency
Browse files Browse the repository at this point in the history
Fixes #984
  • Loading branch information
picandocodigo committed Apr 2, 2021
1 parent 80822d6 commit a4ec07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch-rails/lib/rails/templates/01-basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
say_status "Rubygems", "Adding Elasticsearch libraries into Gemfile...\n", :yellow
puts '-'*80, ''; sleep 0.75

gem 'elasticsearch', git: 'https://github.com/elasticsearch/elasticsearch-ruby.git'
gem 'elasticsearch'
gem 'elasticsearch-model', git: 'https://github.com/elasticsearch/elasticsearch-rails.git'
gem 'elasticsearch-rails', git: 'https://github.com/elasticsearch/elasticsearch-rails.git'

Expand Down

0 comments on commit a4ec07b

Please sign in to comment.