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

Use gemspec in Gemfile.

This commit is contained in:
José Valim 2010-10-10 16:04:06 +02:00
parent 94ccfc5322
commit b4a99f6698

13
Gemfile
View file

@ -1,6 +1,11 @@
source "http://rubygems.org"
gemspec
gem "rails", "3.0.0"
gem "webrat", "0.7.1"
gem "mocha", :require => false
gem "oauth2"
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
@ -16,10 +21,4 @@ platforms :ruby do
gem "mongoid", "2.0.0.beta.18"
gem "bson_ext", "1.0.7"
end
end
gem "warden", "1.0.0"
gem "webrat", "0.7.1"
gem "mocha", :require => false
gem "bcrypt-ruby", :require => "bcrypt"
gem "oauth2"
end