Skip to content

Commit

Permalink
Updated Devise.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 13, 2009
1 parent d9e7b41 commit ee91c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.rb
Expand Up @@ -7,8 +7,8 @@
require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
config.gem 'warden', :version => '0.5.1'
config.gem 'devise', :version => '0.4.2'
config.gem 'warden', :version => '0.5.2'
config.gem 'devise', :version => '0.4.3'
config.gem 'rails-footnotes', :version => '3.6.3'

config.time_zone = 'UTC'
Expand Down

0 comments on commit ee91c5f

Please sign in to comment.