Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Update mongo drivers to 3.0-compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 15, 2015
1 parent 61b50cd commit df314ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -12,6 +12,7 @@ gem 'i18n'
gem 'will_paginate', '~> 3.0.0'
gem 'mingo'
gem 'activemodel'
gem 'mongo', '~> 1.12.0'
gem 'mongo_ext'
gem 'bson_ext'
gem 'faraday_middleware'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Expand Up @@ -8,9 +8,9 @@ GEM
activesupport (3.0.5)
atomic (1.0.1)
avl_tree (1.1.3)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
bson (1.12.3)
bson_ext (1.12.3)
bson (~> 1.12.3)
builder (2.1.2)
choices (0.2.4)
hashie (>= 0.4.0)
Expand All @@ -35,8 +35,8 @@ GEM
metriks (~> 0.9.9)
mingo (0.4.3)
mongo (>= 1.3)
mongo (1.6.2)
bson (~> 1.6.2)
mongo (1.12.3)
bson (= 1.12.3)
mongo_ext (0.19.3)
multipart-post (1.1.5)
never-forget (0.1.1)
Expand Down Expand Up @@ -78,6 +78,7 @@ DEPENDENCIES
i18n
metriks-middleware
mingo
mongo (~> 1.12.0)
mongo_ext
never-forget
rack-cache
Expand Down

0 comments on commit df314ae

Please sign in to comment.