Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Adding support for Mongo 3.0 with Gemfile.lock #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'rack-flash3'
gem 'rack_csrf'
gem 'erubis'
gem 'sinatra'
gem 'mongo', '~> 1.12'
gem 'mongo_mapper'
gem 'bson_ext'
gem 'einhorn'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ GEM
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
bson (1.11.1)
bson_ext (1.11.1)
bson (~> 1.11.1)
bson (1.12.5)
bson_ext (1.12.5)
bson (~> 1.12.5)
builder (3.2.2)
chalk-config (0.2.1)
configatron (~> 4.4)
Expand Down Expand Up @@ -70,8 +70,8 @@ GEM
minitest (5.4.3)
mocha (1.1.0)
metaclass (~> 0.0.1)
mongo (1.11.1)
bson (= 1.11.1)
mongo (1.12.5)
bson (= 1.12.5)
mongo_mapper (0.13.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0)
Expand Down Expand Up @@ -131,6 +131,7 @@ DEPENDENCIES
google-api-client
mail
mocha
mongo (~> 1.12)
mongo_mapper
pry
puma
Expand Down