Skip to content

Commit 7ddb699

Browse files
committed
[chore] Improve ease of switching JRuby versions by enforcing cleaner bundler env
1 parent 05c5326 commit 7ddb699

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_DISABLE_SHARED_GEMS: "true"
3+
BUNDLE_VERSION: "system"

examples/camping/.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_DISABLE_SHARED_GEMS: "true"
3+
BUNDLE_VERSION: "system"

examples/rails8/.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_DISABLE_SHARED_GEMS: "true"
3+
BUNDLE_VERSION: "system"

examples/sinatra/.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_DISABLE_SHARED_GEMS: "true"
3+
BUNDLE_VERSION: "system"

gemfiles/.bundle/config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
2-
BUNDLE_RETRY: "1"
2+
BUNDLE_DISABLE_SHARED_GEMS: "true"
3+
BUNDLE_VERSION: "system"

0 commit comments

Comments
 (0)