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:
parent
94ccfc5322
commit
b4a99f6698
1 changed files with 6 additions and 7 deletions
13
Gemfile
13
Gemfile
|
@ -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
|
Loading…
Add table
Reference in a new issue