Update Gemfile.rails-3.1.x.

This commit is contained in:
Lucas Mazza 2012-11-12 09:11:55 -02:00
parent fbf667e009
commit 1c8fc18fad
2 changed files with 12 additions and 17 deletions

View File

@ -28,8 +28,6 @@ platforms :ruby do
gem "sqlite3"
group :mongoid do
gem "mongo", "~> 1.3.0"
gem "mongoid", "~> 2.0"
gem "bson_ext", "~> 1.3.0"
gem "mongoid", "~> 3.0"
end
end

View File

@ -1,11 +1,11 @@
PATH
remote: ..
specs:
devise (2.1.0.rc2)
devise (2.1.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.7)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.1.1)
warden (~> 1.2.1)
GEM
remote: http://rubygems.org/
@ -41,8 +41,6 @@ GEM
addressable (2.2.7)
arel (2.2.3)
bcrypt-ruby (3.0.1)
bson (1.5.2)
bson_ext (1.3.1)
builder (3.0.0)
columnize (0.3.6)
erubis (2.7.0)
@ -64,12 +62,12 @@ GEM
mime-types (1.18)
mocha (0.10.4)
metaclass (~> 0.0.1)
mongo (1.3.1)
bson (>= 1.3.1)
mongoid (2.4.4)
mongoid (3.0.12)
activemodel (~> 3.1)
mongo (~> 1.3)
moped (~> 1.1)
origin (~> 1.0)
tzinfo (~> 0.3.22)
moped (1.2.9)
multi_json (1.3.4)
multipart-post (1.1.5)
nokogiri (1.5.0)
@ -87,7 +85,8 @@ GEM
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
orm_adapter (0.0.7)
origin (1.0.10)
orm_adapter (0.4.0)
polyglot (0.3.3)
rack (1.3.6)
rack-cache (1.2)
@ -137,7 +136,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
warden (1.1.1)
warden (1.2.1)
rack (>= 1.0)
webrat (0.7.2)
nokogiri (>= 1.2.0)
@ -150,12 +149,10 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
bson_ext (~> 1.3.0)
devise!
jruby-openssl
mocha
mongo (~> 1.3.0)
mongoid (~> 2.0)
mongoid (~> 3.0)
omniauth (~> 1.0.0)
omniauth-facebook
omniauth-oauth2 (~> 1.0.0)