Skip to content

Commit

Permalink
overlooked upgrade to Devise 1.1.1 in the template file
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed Jul 31, 2010
1 parent 599ef41 commit ee91c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

puts "setting up Gemfile for Devise..."
append_file 'Gemfile', "\n# Bundle gem needed for Devise\n"
gem 'devise', '1.1.rc2'
gem 'devise', '1.1.1'

puts "installing Devise gem (takes a few minutes!)..."
run 'bundle install'
Expand Down

0 comments on commit ee91c03

Please sign in to comment.