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 38a812c commit 3bd48bdCopy full SHA for 3bd48bd
instrumentation/mongo/Appraisals
@@ -7,8 +7,6 @@
7
appraise 'mongo-2' do
8
gem 'mongo', '~> 2.13'
9
10
- # TODO: bson 5.1.0 isn't compatible with JRuby at this time
11
- if defined?(JRUBY_VERSION)
12
- gem 'bson', '< 5.1.0'
13
- end
+ # TODO: bson 5.1.0 isn't compatible with JRuby as of 2025/06/17
+ gem 'bson', '< 5.1.0' if defined?(JRUBY_VERSION)
14
end
0 commit comments