Skip to content

Commit b1691a3

Browse files
committed
Configure bundler for project-specific gems
1 parent 0b667a6 commit b1691a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*.orig
55

66
# Ignore Bundler
7-
/.bundle/
87
/vendor/bundle
98

109
# Ignore Xcode debris

0 commit comments

Comments
 (0)