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
## Rails App Template | |
## Updated for Rails 3.0.1 | |
## Created on 10/23/10 | |
## Updated on 11/4/10 | |
## Run using $ rails new [appname] -JT -m tpl-cukeapp.rb | |
## Gems | |
# Warden and Devise for security | |
gem 'warden', '0.10.7' |