aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-09-02 21:02:23 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-09-02 21:02:23 +0200
commit442322ab9d9b3e9889bb331089c9c2083c907aa9 (patch)
tree6d1d18dc0d1ac501d61d42012746c0699291a767
parent101c6fa62f451a0ec7b4d279568ecdd621de44dd (diff)
downloadhmnoweb-442322ab9d9b3e9889bb331089c9c2083c907aa9.tar.gz
hmnoweb-442322ab9d9b3e9889bb331089c9c2083c907aa9.tar.bz2
hmnoweb-442322ab9d9b3e9889bb331089c9c2083c907aa9.zip
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.
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
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'