Skip to content

Commit

Permalink
Add devise and omniauth to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Nov 28, 2011
1 parent 5951452 commit 3872fa3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -6,6 +6,8 @@ gem 'rails', '3.1.3'
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'devise'
gem 'omniauth'


# Gems used only for assets and not required
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Expand Up @@ -31,6 +31,7 @@ GEM
multi_json (~> 1.0)
ansi (1.4.1)
arel (2.2.1)
bcrypt-ruby (3.0.1)
builder (3.0.0)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
Expand All @@ -39,9 +40,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.1.3)
devise (1.5.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.1)
erubis (2.7.0)
execjs (1.2.9)
multi_json (~> 1.0)
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.19)
Expand All @@ -54,6 +60,10 @@ GEM
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.3)
omniauth (1.0.1)
hashie (~> 1.2)
rack
orm_adapter (0.0.5)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
Expand Down Expand Up @@ -104,13 +114,17 @@ GEM
uglifier (1.1.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.0)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
coffee-rails (~> 3.1.1)
devise
jquery-rails
omniauth
rails (= 3.1.3)
sass-rails (~> 3.1.5)
sqlite3
Expand Down

0 comments on commit 3872fa3

Please sign in to comment.