Skip to content

Commit 5fada7e

Browse files
committed
[chore] Improve ease of switching JRuby versions by enforcing cleaner bundler env
(cherry picked from commit cbbeb1a)
1 parent a6d7159 commit 5fada7e

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

.bundle/config

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

examples/camping/.bundle/config

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

examples/rails8/.bundle/config

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

examples/sinatra/.bundle/config

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

gemfiles/.bundle/config

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

0 commit comments

Comments
 (0)