Created
March 22, 2011 23:24
-
-
Save parndt/882317 to your computer and use it in GitHub Desktop.
Gemfile without refinerycms doing all the magic authentication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is how to use Refinery CMS without our authentication | |
# What is happening here is I'm manually listing all of the other engines | |
# You will need to comply with all of the methods that anything else in Refinery is accessing | |
# That were being provided by refinerycms-authentication | |
gem 'refinerycms-dashboard', '~> 2.0.4' | |
gem 'refinerycms-images', '~> 2.0.4' | |
gem 'refinerycms-pages', '~> 2.0.4' | |
gem 'refinerycms-resources', '~> 2.0.4' | |
group :development, :test do | |
gem 'refinerycms-testing', '~> 2.0.4' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment