Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Added devise
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Feb 23, 2011
1 parent 8e22c98 commit f89e075
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,6 +1,7 @@
source 'http://rubygems.org'

gem 'rails', '3.0.4'
gem 'devise', '1.1.7'

group :development do
gem 'sqlite3'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -30,8 +30,12 @@ GEM
activesupport (3.0.4)
archive-tar-minitar (0.5.2)
arel (2.0.8)
bcrypt-ruby (2.1.4)
builder (2.1.2)
columnize (0.3.2)
devise (1.1.7)
bcrypt-ruby (~> 2.1.2)
warden (~> 1.0.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
Expand Down Expand Up @@ -78,11 +82,14 @@ GEM
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.24)
warden (1.0.3)
rack (>= 1.0.0)

PLATFORMS
ruby

DEPENDENCIES
devise (= 1.1.7)
rails (= 3.0.4)
ruby-debug19
sqlite3

0 comments on commit f89e075

Please sign in to comment.