1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Updating Rails 3.1 gemfile

This commit is contained in:
Rodrigo Flores 2012-02-16 15:08:47 -02:00
parent 2a74416d68
commit 5607f7a2c8

View file

@ -6,6 +6,7 @@ gem "rails", "~> 3.1.0"
gem "omniauth", "~> 1.0.0"
gem "omniauth-oauth2", "~> 1.0.0"
gem "rdoc"
gem "warden", :git => "https://github.com/hassox/warden.git"
group :test do
gem "omniauth-facebook"