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' |
NewerOlder