diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-06-11 21:50:49 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-06-11 21:50:49 +0200 |
commit | adaed6db74ee721e6a987454addb6b2e4c13b1e5 (patch) | |
tree | 91be8477ed49b3c0309f2b3e2c32e7e841e7b083 /Gemfile | |
parent | b86ce4923c74970e30d5393696d1ff7113fe7b0b (diff) | |
download | hmnoweb-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-- | Gemfile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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' |