diff options
author | Harald Eilertsen <haraldei@andeuin.net> | 2013-11-24 19:19:09 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-11-14 12:16:22 +0100 |
commit | d53c2df0029ea813f02af49e30033d47d02fd951 (patch) | |
tree | cbcbf899106596338f060e84b524d91779823ee8 | |
parent | 7d56628ad35363ad179244228391f13f136883c7 (diff) | |
download | hmnoweb-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.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 24 |
2 files changed, 16 insertions, 10 deletions
@@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index dbcf943..918ae23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,4 +1,18 @@ GIT + remote: git@github.com:snake66/refinerycms-blog.git + revision: 346046e37058e39c741b657e4f33dd850e430558 + branch: 2-1-stable + specs: + refinerycms-blog (2.1.0) + acts-as-taggable-on + filters_spam (~> 0.2) + friendly_id (~> 4.0.4) + rails_autolink (~> 1.0.7) + refinerycms-core (~> 2.1.0) + refinerycms-settings (~> 2.1.0) + seo_meta (~> 1.4.0) + +GIT remote: https://github.com/DriesS/refinerycms-pc_banners.git revision: 05d5475264f0b666ef3e9ea0f29c0d3b42522d43 branch: 2-1-stable @@ -166,14 +180,6 @@ GEM actionmailer (>= 3.1.11, < 3.3, != 3.2.9, != 3.2.8, != 3.2.7, != 3.2.6, != 3.2.5, != 3.2.4, != 3.2.3, != 3.2.2, != 3.2.11, != 3.2.10, != 3.2.1, != 3.2.0) devise (~> 2.2.3) refinerycms-core (= 2.1.5) - refinerycms-blog (2.1.0) - acts-as-taggable-on - filters_spam (~> 0.2) - friendly_id (~> 4.0.4) - rails_autolink (~> 1.0.7) - refinerycms-core (~> 2.1.0) - refinerycms-settings (~> 2.1.0) - seo_meta (~> 1.4.0) refinerycms-core (2.1.5) actionpack (>= 3.1.11, < 3.3, != 3.2.9, != 3.2.8, != 3.2.7, != 3.2.6, != 3.2.5, != 3.2.4, != 3.2.3, != 3.2.2, != 3.2.11, != 3.2.10, != 3.2.1, != 3.2.0) activerecord (>= 3.1.11, < 3.3, != 3.2.9, != 3.2.8, != 3.2.7, != 3.2.6, != 3.2.5, != 3.2.4, != 3.2.3, != 3.2.2, != 3.2.11, != 3.2.10, != 3.2.1, != 3.2.0) @@ -275,7 +281,7 @@ DEPENDENCIES piwik_analytics (~> 1.0.2) rails (~> 3.2) refinerycms (~> 2.1.0) - refinerycms-blog (~> 2.1.0) + refinerycms-blog (~> 2.1.0)! refinerycms-i18n (~> 2.1.0) refinerycms-inquiries (~> 2.1.0) refinerycms-page-images (~> 2.1.0) |