Skip to content

Commit 76b572a

Browse files
committed
Add less restrictive gem spec for mongo gem
It looks like latest features (including jruby 10 enablement) will require the latest minor release of the mongo gem. Specifically: The latest mongo gem relaxes the range for the ruby-bson gem. This would allow the uptake of mongodb/bson-ruby#353 if it is accepted.
1 parent a0b2477 commit 76b572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/mongo/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
appraise 'mongo-2.13' do
8-
gem 'mongo', '~> 2.13.0'
8+
gem 'mongo', '~> 2.13'
99
end

0 commit comments

Comments
 (0)