aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@andeuin.net>2013-11-24 19:19:09 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-11-14 12:16:22 +0100
commitd53c2df0029ea813f02af49e30033d47d02fd951 (patch)
treecbcbf899106596338f060e84b524d91779823ee8 /Gemfile
parent7d56628ad35363ad179244228391f13f136883c7 (diff)
downloadhmnoweb-d53c2df0029ea813f02af49e30033d47d02fd951.tar.gz
hmnoweb-d53c2df0029ea813f02af49e30033d47d02fd951.tar.bz2
hmnoweb-d53c2df0029ea813f02af49e30033d47d02fd951.zip
Fetch blog engine from git repo instead.
Includes updated norwegian locale file for blog engine. We stick to the 2-1-stable branch for now.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 950ff7b..e5af695 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'
+gem 'refinerycms-blog', '~> 2.1.0', :git => 'git@github.com:snake66/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'