Skip to content

Instantly share code, notes, and snippets.

@parndt
Created March 22, 2011 23:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parndt/882317 to your computer and use it in GitHub Desktop.
Save parndt/882317 to your computer and use it in GitHub Desktop.
Gemfile without refinerycms doing all the magic authentication
# without authentication
gem 'refinerycms-base', '= 0.9.9.10'
gem 'refinerycms-core', '= 0.9.9.10'
gem 'refinerycms-dashboard', '= 0.9.9.10'
gem 'refinerycms-images', '= 0.9.9.10'
gem 'refinerycms-pages', '= 0.9.9.10'
gem 'refinerycms-resources', '= 0.9.9.10'
gem 'refinerycms-settings', '= 0.9.9.10'
gem 'refinerycms-i18n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment