File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ gem 'yajl-ruby', '~> 1.3.1'
19
19
gem 'activemodel' , '~> 4.2.8'
20
20
21
21
gem 'mongoid' , '~> 5.0.0'
22
- gem 'bson'
22
+ gem 'bson' , '~> 3.1'
23
23
gem 'bson_ext'
24
24
gem 'protected_attributes'
25
25
Original file line number Diff line number Diff line change 33
33
tzinfo (~> 1.1 )
34
34
addressable (2.5.1 )
35
35
public_suffix (~> 2.0 , >= 2.0.2 )
36
- bson (4.7.0 )
36
+ bson (3.2.6 )
37
37
bson_ext (1.5.1 )
38
38
builder (3.2.3 )
39
39
codecov (0.1.10 )
105
105
mime-types-data (3.2016.0521 )
106
106
mini_portile2 (2.3.0 )
107
107
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 )
110
110
mongoid (5.0.0 )
111
111
activemodel (~> 4.0 )
112
112
mongo (~> 2.1 )
@@ -216,7 +216,7 @@ PLATFORMS
216
216
217
217
DEPENDENCIES
218
218
activemodel (~> 4.2.8 )
219
- bson
219
+ bson ( ~> 3.1 )
220
220
bson_ext
221
221
bundler
222
222
codecov
@@ -257,5 +257,8 @@ DEPENDENCIES
257
257
will_paginate_mongoid (~> 2.0 )
258
258
yajl-ruby (~> 1.3.1 )
259
259
260
+ RUBY VERSION
261
+ ruby 2.4.1p111
262
+
260
263
BUNDLED WITH
261
- 1.17.3
264
+ 1.16.1
You can’t perform that action at this time.
0 commit comments