Skip to content

Commit 50b5b50

Browse files
committed
Do not run mongoid specs for Rails 7 as it's not supported yet.
1 parent 3363426 commit 50b5b50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile.rails70

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ eval_gemfile('Gemfile.global')
22

33
gem 'minitest', '~> 5.8'
44
gem 'rails', github: 'rails/rails', branch: '7-0-stable', require: false
5-
gem 'mongoid', github: 'mongodb/mongoid'
5+
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+
69
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]

0 commit comments

Comments
 (0)