diff --git a/Gemfile b/Gemfile index eafdd9de..8ea2e6ed 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index b493aefd..57da624b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)