From 4e05a98b36cff1eee8e5f74edda3a0c7285dfd35 Mon Sep 17 00:00:00 2001 From: Daniel Arnold Date: Thu, 2 Oct 2025 16:14:02 -0400 Subject: [PATCH] Remove committed local Bundler config and ignore .bundle/ to avoid forcing BUNDLE_WITHOUT --- .bundle/config | 2 -- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 10c69f1..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_WITHOUT: "development" diff --git a/.gitignore b/.gitignore index 6980c32..cde69c2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ spec/mongo.log coverage.data/ coverage/ + +.bundle/