Use gemspec in Gemfile.

This commit is contained in:
José Valim 2010-10-10 16:04:06 +02:00
parent 94ccfc5322
commit b4a99f6698
1 changed files with 6 additions and 7 deletions

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