Commit 8b4021ac03b516c711956aa72e80b12154a80c78

Authored by Joenio Costa
1 parent 1161e7a4
Exists in elasticsearch_api

adding rubygems.org as source for Gemfile

this fixes error running `bundle install`

  Your Gemfile has no gem server sources. If you need gems that are not
  already on your machine, add a line like this to your Gemfile: source
  'https://rubygems.org'
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
plugins/elasticsearch/Gemfile
  1 +source 'https://rubygems.org'
  2 +
1 3 gem 'elasticsearch-model'
2 4 gem 'elasticsearch-rails'
... ...