Skip to content

Commit ce5ba1e

Browse files
authored
Merge pull request #294 from edx/revert-287-asad/prod-1087
Revert "Upgraded mongo ruby driver"
2 parents 9256710 + 574364e commit ce5ba1e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'yajl-ruby', '~> 1.3.1'
1919
gem 'activemodel', '~> 4.2.8'
2020

2121
gem 'mongoid', '~> 5.0.0'
22-
gem 'bson'
22+
gem 'bson', '~> 3.1'
2323
gem 'bson_ext'
2424
gem 'protected_attributes'
2525

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
tzinfo (~> 1.1)
3434
addressable (2.5.1)
3535
public_suffix (~> 2.0, >= 2.0.2)
36-
bson (4.7.0)
36+
bson (3.2.6)
3737
bson_ext (1.5.1)
3838
builder (3.2.3)
3939
codecov (0.1.10)
@@ -105,8 +105,8 @@ GEM
105105
mime-types-data (3.2016.0521)
106106
mini_portile2 (2.3.0)
107107
minitest (5.10.2)
108-
mongo (2.11.2)
109-
bson (>= 4.6.0, < 5.0.0)
108+
mongo (2.1.2)
109+
bson (~> 3.0)
110110
mongoid (5.0.0)
111111
activemodel (~> 4.0)
112112
mongo (~> 2.1)
@@ -216,7 +216,7 @@ PLATFORMS
216216

217217
DEPENDENCIES
218218
activemodel (~> 4.2.8)
219-
bson
219+
bson (~> 3.1)
220220
bson_ext
221221
bundler
222222
codecov
@@ -257,5 +257,8 @@ DEPENDENCIES
257257
will_paginate_mongoid (~> 2.0)
258258
yajl-ruby (~> 1.3.1)
259259

260+
RUBY VERSION
261+
ruby 2.4.1p111
262+
260263
BUNDLED WITH
261-
1.17.3
264+
1.16.1

0 commit comments

Comments
 (0)