diff --git a/Gemfile b/Gemfile index 0194885..14b7e9d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gemspec gem 'rake' if RUBY_VERSION >= '3.4' - # the activesupport gem depends on the bigdecimal gem, which has been extracted as a bundled gem since Ruby 3.4. + # the bson gem depends on the bigdecimal gem, which has been extracted as a bundled gem since Ruby 3.4. gem 'bigdecimal' end