From af1dd482b98e3dcacb6d62e142b0fb45f3e2d1d9 Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Fri, 8 Sep 2023 10:20:47 -0400 Subject: [PATCH] add bson-ruby submodule to access its tutorial --- .gitmodules | 4 ++++ bson-ruby | 1 + mongo-ruby-driver | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 bson-ruby diff --git a/.gitmodules b/.gitmodules index 26ae491b1..2e4269225 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = mongo-ruby-driver url = https://github.com/mongodb/mongo-ruby-driver.git branch = master +[submodule "bson-ruby"] + path = bson-ruby + url = https://github.com/mongodb/bson-ruby.git + branch = master diff --git a/bson-ruby b/bson-ruby new file mode 160000 index 000000000..ea6fe692f --- /dev/null +++ b/bson-ruby @@ -0,0 +1 @@ +Subproject commit ea6fe692f174574deb800bdf909e9c4060c61b77 diff --git a/mongo-ruby-driver b/mongo-ruby-driver index a21259d4e..c2c7ad0c5 160000 --- a/mongo-ruby-driver +++ b/mongo-ruby-driver @@ -1 +1 @@ -Subproject commit a21259d4e110e116f3a088e00fdec5eefe1717c4 +Subproject commit c2c7ad0c524f4ab7c7c491cd3c79a3c607a71e7f