Skip to content

Commit 0d74059

Browse files
test: Install older version of bson for JRuby (#1567)
* test: Install older version of bson for JRuby At this time, bson 5.1.0 is not compatible with JRuby. However, older versions are compatible. Install the latest version below the incompatible one. * chore: Rubocop
1 parent 0cc6691 commit 0d74059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

instrumentation/mongo/Appraisals

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66

77
appraise 'mongo-2' do
88
gem 'mongo', '~> 2.13'
9+
10+
# TODO: bson 5.1.0 isn't compatible with JRuby as of 2025/06/17
11+
gem 'bson', '< 5.1.0' if defined?(JRUBY_VERSION)
912
end

0 commit comments

Comments
 (0)