Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 6067677

Browse files
committed
use mongodb driver with authsource fix
1 parent 38d092b commit 6067677

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474

7575
gem 'bootstrap-sass', '~> 3.4'
7676
gem 'rack-google-analytics', '~> 1.2'
77-
gem 'mongo', '~> 2.1'
77+
gem 'mongo', '~> 2.1', git: 'https://github.com/Data-Liberation-Front/mongo-ruby-driver.git', ref: "212-with-authsource-fix"
7878
gem 'mongoid', '~> 5.1'
7979
gem 'kaminari-mongoid', '~> 1.0'
8080
gem 'mongoid-grid_fs', '~> 2.4'

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ GIT
3030
rake
3131
rest-client
3232

33+
GIT
34+
remote: https://github.com/Data-Liberation-Front/mongo-ruby-driver.git
35+
revision: 52cc18d4e5295c9f6733ea115450ac749db487fb
36+
ref: 212-with-authsource-fix
37+
specs:
38+
mongo (2.1.2)
39+
bson (~> 3.0)
40+
3341
GIT
3442
remote: https://github.com/Data-Liberation-Front/resumable-upload
3543
revision: 4889690832cd46b5581b768703dc929969e759dd
@@ -490,8 +498,6 @@ GEM
490498
mini_mime (1.0.2)
491499
mini_portile2 (2.4.0)
492500
minitest (5.14.2)
493-
mongo (2.1.2)
494-
bson (~> 3.0)
495501
mongoid (5.1.6)
496502
activemodel (~> 4.0)
497503
mongo (~> 2.1)
@@ -813,7 +819,7 @@ DEPENDENCIES
813819
jquery-rails (~> 4.4)
814820
kaminari (~> 1.2)
815821
kaminari-mongoid (~> 1.0)
816-
mongo (~> 2.1)
822+
mongo (~> 2.1)!
817823
mongoid (~> 5.1)
818824
mongoid-grid_fs (~> 2.4)
819825
nokogiri (~> 1.10)

0 commit comments

Comments
 (0)