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

Commit

Permalink
Bump Mongo for compatibility with more modern servers
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Feb 28, 2016
1 parent 8840ec4 commit 12ea460
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ gem 'rack_csrf'
gem 'erubis'
gem 'sinatra'
gem 'mongo_mapper'
# Needed for MongoLab which requires SCRAM-SHA-1
gem 'mongo', '~> 1.12'
gem 'bson_ext'
gem 'einhorn'
gem 'chalk-log'
Expand Down
14 changes: 9 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 @@ -74,8 +74,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 @@ -137,6 +137,7 @@ DEPENDENCIES
google-api-client
mail
mocha
mongo (~> 1.12)
mongo_mapper
pry
puma
Expand All @@ -147,3 +148,6 @@ DEPENDENCIES
sinatra
symmetric-encryption
thread

BUNDLED WITH
1.11.2

0 comments on commit 12ea460

Please sign in to comment.