mongo gems

This commit is contained in:
Andrew Brown 2012-12-22 17:43:48 -06:00
parent bb7c5eeee4
commit dcdfa6b0ec
2 changed files with 17 additions and 2 deletions

View File

@ -2,11 +2,14 @@ source 'https://rubygems.org'
gem 'rails', '3.2.3'
# Mongo stuff
gem 'bson_ext', '1.6.0'
gem 'mongo', '1.6.0'
gem 'mongoid', '2.4.6'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# Gems used only for assets and not required
# in production environments by default.
group :assets do

View File

@ -29,6 +29,9 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
bson (1.6.0)
bson_ext (1.6.0)
bson (= 1.6.0)
builder (3.0.4)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
@ -52,6 +55,12 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
mongo (1.6.0)
bson (= 1.6.0)
mongoid (2.4.6)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
multi_json (1.5.0)
polyglot (0.3.3)
rack (1.4.1)
@ -102,8 +111,11 @@ PLATFORMS
ruby
DEPENDENCIES
bson_ext (= 1.6.0)
coffee-rails (~> 3.2.1)
jquery-rails
mongo (= 1.6.0)
mongoid (= 2.4.6)
rails (= 3.2.3)
sass-rails (~> 3.2.3)
uglifier (>= 1.0.3)