Skip to content

Instantly share code, notes, and snippets.

@parndt
Created August 28, 2013 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parndt/6368987 to your computer and use it in GitHub Desktop.
Save parndt/6368987 to your computer and use it in GitHub Desktop.
Dem dependencies
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'rails4'
gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n', branch: 'master'
gem 'friendly_id', github: 'norman/friendly_id', branch: 'master'
gem 'friendly_id-globalize', github: 'norman/friendly_id-globalize', branch: 'master'
# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', github: 'refinery/refinerycms-acts-as-indexed'
gem 'protected_attributes'
gem 'seo_meta', github: 'parndt/seo_meta', branch: 'master'
gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4'
gem 'paper_trail', github: 'airblade/paper_trail', branch: 'master'
gem 'awesome_nested_set', github: 'collectiveidea/awesome_nested_set', branch: 'master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment