We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9465b99 commit b3712eeCopy full SHA for b3712ee
Gemfile
@@ -5,11 +5,13 @@ gem 'rake'
5
6
if RUBY_VERSION >= '3.4'
7
# the bson gem depends on the bigdecimal gem, which has been extracted as a bundled gem since Ruby 3.4.
8
+ # https://jira.mongodb.org/browse/RUBY-3535
9
gem 'bigdecimal'
10
end
11
12
if RUBY_VERSION >= '4.0'
13
# the mongo gem depends on the logger gem, which has been extracted as a bundled gem since Ruby 4.0.
14
+ # https://jira.mongodb.org/browse/RUBY-3746
15
gem 'logger'
16
17
0 commit comments