From 442322ab9d9b3e9889bb331089c9c2083c907aa9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 2 Sep 2019 21:02:23 +0200 Subject: Update dep on refinerycms-blog. Use custom version which does not allow navigating to unpublished posts in the nav at the bottom of the posts. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dfffd44..e92079a 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,9 @@ 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/refinery/refinerycms-blog.git', :branch => '2-1-stable' +gem 'refinerycms-blog', '~> 2.1.0', + :git => 'https://code.volse.no/refinerycms-blog.git', + :branch => '2-1-stable-for-hmno' gem 'refinerycms-inquiries', '~> 2.1.0' gem 'refinerycms-search', '~> 2.1.0' gem 'refinerycms-page-images', '~> 2.1.0' -- cgit v1.2.3