From 23e1948020c74ca1d65f77ebd11c3bc7c4c090de Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Wed, 18 May 2016 16:29:59 -0300 Subject: [PATCH] adding rubygems.org as source for Gemfile --- plugins/elasticsearch/Gemfile | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/elasticsearch/Gemfile b/plugins/elasticsearch/Gemfile index 8e147aa..1c4df7b 100644 --- a/plugins/elasticsearch/Gemfile +++ b/plugins/elasticsearch/Gemfile @@ -1,2 +1,4 @@ +source 'https://rubygems.org' + gem 'elasticsearch-model' gem 'elasticsearch-rails' -- libgit2 0.21.2