Skip to content

Commit 1c6c552

Browse files
committed
$ bundle update mongo --conservative
I got the following error while running `bundle exec rake`. > /Users/masato/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-core-3.9.2/exe/rspec: warning: Exception in finalizer #<Proc:0x000000010488e6b8 /Users/masato/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/mongo-2.13.0/lib/mongo/server.rb:285> > /Users/masato/.rbenv/versions/3.2.2/lib/ruby/3.2.0/timeout.rb:101:in `new': can't alloc thread (ThreadError)
1 parent 0f25934 commit 1c6c552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
bson (4.10.0)
10+
bson (4.15.0)
1111
byebug (11.1.3)
1212
coderay (1.1.3)
1313
diff-lcs (1.4.4)
@@ -37,8 +37,8 @@ GEM
3737
log_buddy (0.7.0)
3838
lumberjack (1.2.8)
3939
method_source (1.0.0)
40-
mongo (2.13.0)
41-
bson (>= 4.8.2, < 5.0.0)
40+
mongo (2.19.3)
41+
bson (>= 4.14.1, < 5.0.0)
4242
nenv (0.3.0)
4343
notiffany (0.1.3)
4444
nenv (~> 0.1)

0 commit comments

Comments
 (0)