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 0db1ae6 commit b7c4b90Copy full SHA for b7c4b90
Gemfile
@@ -6,6 +6,9 @@ gem 'rake'
6
if RUBY_VERSION >= '3.4'
7
# the mongo gem depends on the base64 gem, which has been extracted as a bundled gem since Ruby 3.4.
8
gem 'base64'
9
+
10
+ # the activesupport gem depends on the base64 gem, which has been extracted as a bundled gem since Ruby 3.4.
11
+ gem 'bigdecimal'
12
end
13
14
group(:test) do
Gemfile.lock
@@ -8,6 +8,7 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
+ bigdecimal (3.1.9)
bson (5.0.2)
byebug (11.1.3)
coderay (1.1.3)
@@ -76,6 +77,7 @@ PLATFORMS
76
77
78
DEPENDENCIES
79
base64
80
+ bigdecimal
81
byebug
82
guard
83
guard-bundler
0 commit comments