Commit 8627a22e229008b0c8be52419be7ee322273575a

Authored by Joenio Costa
Committed by Macartur Sousa
1 parent f8e1f072
Exists in elasticsearch_sort

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 gem 'elasticsearch-model' 3 gem 'elasticsearch-model'
2 gem 'elasticsearch-rails' 4 gem 'elasticsearch-rails'