Skip to content

Commit b3712ee

Browse files
committed
Update comments in Gemfile
1 parent 9465b99 commit b3712ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ gem 'rake'
55

66
if RUBY_VERSION >= '3.4'
77
# 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
89
gem 'bigdecimal'
910
end
1011

1112
if RUBY_VERSION >= '4.0'
1213
# 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
1315
gem 'logger'
1416
end
1517

0 commit comments

Comments
 (0)