Skip to content

Commit bb5f7e4

Browse files
committed
Add mongo tests back
1 parent acec15a commit bb5f7e4

File tree

4 files changed

+137
-5
lines changed

4 files changed

+137
-5
lines changed

Matrixfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,9 @@
136136
'lograge' => {
137137
'activesupport' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / ✅ 3.4 / ✅ 3.5 / ✅ jruby'
138138
},
139-
# MongoDB is not compatible with Ruby 3.4+: https://github.com/mongodb/mongo-ruby-driver#mongodb-ruby-driver
140139
'mongodb' => {
141-
'mongo-latest' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / 3.4 / 3.5 / ✅ jruby',
142-
'mongo-min' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / 3.4 / 3.5 / ✅ jruby',
140+
'mongo-latest' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / 3.4 / 3.5 / ✅ jruby',
141+
'mongo-min' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / 3.4 / 3.5 / ✅ jruby',
143142
},
144143
'mysql2' => {
145144
'relational_db' => '✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / ✅ 3.4 / ✅ 3.5 / ❌ jruby'

appraisal/ruby-3.5.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
build_coverage_matrix('faraday')
9191
build_coverage_matrix('excon')
9292
build_coverage_matrix('rest-client')
93-
build_coverage_matrix('mongo', min: '2.1.0')
93+
build_coverage_matrix('mongo', min: '2.20.0')
9494
build_coverage_matrix('dalli', [2])
9595
build_coverage_matrix('karafka', min: '2.3.0')
9696
build_coverage_matrix('devise', min: '3.2.1')

gemfiles/ruby_3.5_mongo_min.gemfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/ruby_3.5_mongo_min.gemfile.lock

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)