diff --git a/Gemfile b/Gemfile
index e1571b9cf..fc8bbed15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,7 @@ source 'https://rubygems.org'
 gem 'bundler'
 gem 'rails'
 
-# We can't upgrade to Mongoid 7 unless someone has
-# time to manually QA the failed view specs that
-# it causes. -RC 15 MAR 19
-gem 'mongoid', '~> 6'
+gem 'mongoid'
 
 gem 'delayed_job_mongoid' # <= Problematic dep upgrade
 gem 'delayed_job_shallow_mongoid'
diff --git a/Gemfile.lock b/Gemfile.lock
index 40af77188..321a3ef27 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -118,7 +118,7 @@ GEM
     bcrypt (3.1.16)
     binding_of_caller (1.0.0)
       debug_inspector (>= 0.0.1)
-    bson (4.11.1)
+    bson (4.15.0)
     bson_ext (1.5.1)
     builder (3.2.4)
     capybara (3.33.0)
@@ -160,7 +160,7 @@ GEM
       compass (~> 1.0.0)
       sass-rails (< 5.1)
       sprockets (< 4.0)
-    concurrent-ruby (1.1.10)
+    concurrent-ruby (1.2.2)
     coveralls (0.8.23)
       json (>= 1.8, < 3)
       simplecov (~> 0.16.1)
@@ -250,7 +250,7 @@ GEM
       multi_json (>= 1.9.2)
     high_voltage (3.1.2)
     highline (2.0.3)
-    i18n (1.12.0)
+    i18n (1.13.0)
       concurrent-ruby (~> 1.0)
     jmespath (1.6.1)
     jquery-rails (4.4.0)
@@ -300,13 +300,14 @@ GEM
       rake
     mini_mime (1.0.2)
     mini_portile2 (2.8.1)
-    minitest (5.17.0)
+    minitest (5.18.0)
     moneta (1.0.0)
-    mongo (2.14.0)
-      bson (>= 4.8.2, < 5.0.0)
-    mongoid (6.4.8)
-      activemodel (>= 5.1, < 6.0.0)
-      mongo (>= 2.5.1, < 3.0.0)
+    mongo (2.18.2)
+      bson (>= 4.14.1, < 5.0.0)
+    mongoid (7.5.2)
+      activemodel (>= 5.1, < 7.1, != 7.0.0)
+      mongo (>= 2.10.5, < 3.0.0)
+      ruby2_keywords (~> 0.0.5)
     mongoid-compatibility (0.5.1)
       activesupport
       mongoid (>= 2.0)
@@ -463,6 +464,7 @@ GEM
     rubocop-ast (1.4.0)
       parser (>= 2.7.1.5)
     ruby-progressbar (1.11.0)
+    ruby2_keywords (0.0.5)
     rubyzip (2.0.0)
     sass (3.4.25)
     sass-rails (5.0.7)
@@ -530,7 +532,7 @@ GEM
       typhoeus (~> 0.6, >= 0.6.8)
     typhoeus (0.8.0)
       ethon (>= 0.8.0)
-    tzinfo (1.2.10)
+    tzinfo (1.2.11)
       thread_safe (~> 0.1)
     uglifier (4.2.0)
       execjs (>= 0.3.0, < 3)
@@ -584,7 +586,7 @@ DEPENDENCIES
   launchy
   letter_opener
   merit
-  mongoid (~> 6)
+  mongoid
   mongoid-history
   mongoid-paperclip
   mongoid-slug