aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-06-11 21:50:49 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-06-11 21:50:49 +0200
commitadaed6db74ee721e6a987454addb6b2e4c13b1e5 (patch)
tree91be8477ed49b3c0309f2b3e2c32e7e841e7b083 /Gemfile
parentb86ce4923c74970e30d5393696d1ff7113fe7b0b (diff)
downloadhmnoweb-adaed6db74ee721e6a987454addb6b2e4c13b1e5.tar.gz
hmnoweb-adaed6db74ee721e6a987454addb6b2e4c13b1e5.tar.bz2
hmnoweb-adaed6db74ee721e6a987454addb6b2e4c13b1e5.zip
Configure for Heavymetal.no
Enable all the standard engines: - blog - inquiries - search - page-images - videos
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 6 insertions, 5 deletions
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'