From 76aff573c0ca72c5a5c9d2555a83d4f5797110dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20R=C5=ABti=C5=86=C5=A1?= Date: Mon, 9 Sep 2024 07:00:12 -0400 Subject: [PATCH] try to fix bundle path --- .bundle/config | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..2369228 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_PATH: "vendor/bundle" diff --git a/.gitignore b/.gitignore index 69fa449..b8c43ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _build/ +vendor/bundle