Install gems in local subdirectory

Installing in a local subdirectory means you don't need sudo to install
or update and you don't pollute the MacPorts ruby27 gems directory.
This commit is contained in:
Ryan Schmidt
2021-05-01 22:58:10 -05:00
parent b9291332ed
commit 7a5644e3fd
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
+1
View File
@@ -1,2 +1,3 @@
/_site/
/Gemfile.lock
/vendor/
+2
View File
@@ -18,6 +18,8 @@ Install the bundle of gems specified by this project's Gemfile:
bundle2.7 install
The gems will be installed in the vendor/bundle subdirectory of the current directory.
If it's been awhile since you installed the bundle, update it:
bundle2.7 update
+1
View File
@@ -15,6 +15,7 @@ exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor
plugins:
- jekyll-feed
- jekyll-redirect-from