Browse Source

build: add bundle config for more isolated local installs

Kyle P Davis 4 years ago
parent
commit
cf299c0289
2 changed files with 3 additions and 0 deletions
  1. 2 0
      .bundle/config
  2. 1 0
      .gitignore

+ 2 - 0
.bundle/config

@@ -0,0 +1,2 @@
+---
+BUNDLE_PATH: ".bundle"

+ 1 - 0
.gitignore

@@ -8,4 +8,5 @@
 # build
 _site/
 Gemfile.lock
+.bundle/ruby