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

Commit 1f7a868

Browse files
committed
specify mongo version in gemfile so we can try to force some upgrades
1 parent c00387f commit 1f7a868

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

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

7575
gem 'bootstrap-sass', '~> 3.4'
7676
gem 'rack-google-analytics', '~> 1.2'
77+
gem 'mongo', '~> 2.1'
7778
gem 'mongoid', '~> 5.1'
7879
gem 'kaminari-mongoid', '~> 1.0'
7980
gem 'bson', '~> 3.2'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ DEPENDENCIES
817817
jquery-rails (~> 4.4)
818818
kaminari (~> 1.2)
819819
kaminari-mongoid (~> 1.0)
820+
mongo (~> 2.1)
820821
mongoid (~> 5.1)
821822
mongoid-grid_fs (~> 2.4)
822823
nokogiri (~> 1.10)

0 commit comments

Comments
 (0)