From 6a065e8f31c5906b134e532fcd459a0f2d070036 Mon Sep 17 00:00:00 2001 From: Chris Ruppel Date: Sun, 19 Apr 2015 11:46:47 +0200 Subject: [PATCH] :gem: install bundle locally --- .bundle/config | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..9af8ba1 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: .vendor/bundle +BUNDLE_DISABLE_SHARED_GEMS: '1' diff --git a/.gitignore b/.gitignore index 6764483..44b3905 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Bundler +.vendor + # Jekyll _site