mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
mongo gems
This commit is contained in:
parent
bb7c5eeee4
commit
dcdfa6b0ec
7
Gemfile
7
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
|
||||
|
||||
12
Gemfile.lock
12
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user