aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-12-24 17:32:30 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-12-24 17:32:30 +0100
commita8c79cac4d1d2ef98a9fe28a728abce1493411e4 (patch)
tree01884b3f445af04dddb02298a29d7d773f0a53dc /Gemfile
parent7d0288453ebae51cdcc547303ff98cffb629fad2 (diff)
downloadhmnoweb-a8c79cac4d1d2ef98a9fe28a728abce1493411e4.tar.gz
hmnoweb-a8c79cac4d1d2ef98a9fe28a728abce1493411e4.tar.bz2
hmnoweb-a8c79cac4d1d2ef98a9fe28a728abce1493411e4.zip
Update refinerycms-blog and -acts-as-indexed to stable branch heads.
This fixes problem with searching in the backend.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
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'