From a8c79cac4d1d2ef98a9fe28a728abce1493411e4 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 24 Dec 2015 17:32:30 +0100 Subject: Update refinerycms-blog and -acts-as-indexed to stable branch heads. This fixes problem with searching in the backend. --- Gemfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9a0ac3e..5397e63 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'refinerycms', '~> 2.1.0' # Specify additional Refinery CMS Extensions here (all optional): gem 'refinerycms-i18n', '~> 2.1.0' -gem 'refinerycms-blog', '~> 2.1.0', :git => 'https://github.com/snake66/refinerycms-blog.git', :branch => '2-1-stable' +gem 'refinerycms-blog', '~> 2.1.0', :git => 'https://github.com/refinery/refinerycms-blog.git', :branch => '2-1-stable' gem 'refinerycms-inquiries', '~> 2.1.0' gem 'refinerycms-search', '~> 2.1.0' gem 'refinerycms-page-images', '~> 2.1.0' @@ -70,4 +70,8 @@ gem 'refinerycms-pc_banners', :git => "https://github.com/DriesS/refinerycms-pc_banners.git", :branch => "2-1-stable" +gem 'refinerycms-acts-as-indexed', + :git => "https://github.com/refinery/refinerycms-acts-as-indexed.git", + :branch => '1-0-stable' + gem 'piwik_analytics', '~> 1.0.2' -- cgit v1.2.3