Skip to content

Commit

Permalink
Instruct users to specify Devise version since the gem doesn't anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Aug 27, 2010
1 parent 1e0de87 commit f96d83a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -24,10 +24,12 @@ Installation

and in your config/environment.rb (on Rails 2.3):

config.gem 'devise', :version => '~> 1.0.6'
config.gem 'devise_cas_authenticatable'

or Gemfile (Rails 3.0):

gem 'devise', '~> 1.1.1'
gem 'devise_cas_authenticatable'

Example
Expand Down

0 comments on commit f96d83a

Please sign in to comment.