Commit 23e1948020c74ca1d65f77ebd11c3bc7c4c090de

Authored by Joenio Costa
Committed by Macartur Sousa
1 parent e0f73b25
Exists in elasticsearch_view

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