We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3363426 commit 50b5b50Copy full SHA for 50b5b50
Gemfile.rails70
@@ -2,5 +2,8 @@ eval_gemfile('Gemfile.global')
2
3
gem 'minitest', '~> 5.8'
4
gem 'rails', github: 'rails/rails', branch: '7-0-stable', require: false
5
-gem 'mongoid', github: 'mongodb/mongoid'
+
6
+# TODO: Mongoid doesn't support Rails 7 yet. Uncomment when it's fixed https://jira.mongodb.org/browse/MONGOID-5193
7
+# gem 'mongoid', github: 'mongodb/mongoid'
8
9
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
0 commit comments