diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-09-02 21:02:23 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-09-02 21:02:23 +0200 |
commit | 442322ab9d9b3e9889bb331089c9c2083c907aa9 (patch) | |
tree | 6d1d18dc0d1ac501d61d42012746c0699291a767 /Gemfile | |
parent | 101c6fa62f451a0ec7b4d279568ecdd621de44dd (diff) | |
download | hmnoweb-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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |