From adaed6db74ee721e6a987454addb6b2e4c13b1e5 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 11 Jun 2013 21:50:49 +0200 Subject: Configure for Heavymetal.no Enable all the standard engines: - blog - inquiries - search - page-images - videos --- Gemfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a8928bb..8cf0229 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ end gem 'jquery-rails', '~> 2.0.0' # To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' +gem 'bcrypt-ruby', '~> 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' @@ -48,7 +48,8 @@ gem 'refinerycms', '~> 2.0.0' # Specify additional Refinery CMS Extensions here (all optional): gem 'refinerycms-i18n', '~> 2.0.0' -# gem 'refinerycms-blog', '~> 2.0.0' -# gem 'refinerycms-inquiries', '~> 2.0.0' -# gem 'refinerycms-search', '~> 2.0.0' -# gem 'refinerycms-page-images', '~> 2.0.0' +gem 'refinerycms-blog', '~> 2.0.0' +gem 'refinerycms-inquiries', '~> 2.0.0' +gem 'refinerycms-search', '~> 2.0.0' +gem 'refinerycms-page-images', '~> 2.0.0' +gem 'refinerycms-videojs' -- cgit v1.2.3