Skip to content

Commit a667d41

Browse files
authored
Merge pull request #387 from wordpress-mobile/update-bundler-for-cross-platform-releases
Update Bundler config to fix/workaround #385
2 parents 36d8597 + ba8ff77 commit a667d41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
BUNDLE_PATH: "vendor/bundle"
3+
BUNDLE_FORCE_RUBY_PLATFORM: "true"
34
BUNDLE_SPECIFIC_PLATFORM: "false"
45
BUNDLE_JOBS: "16"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,4 @@ DEPENDENCIES
436436
yard
437437

438438
BUNDLED WITH
439-
2.3.16
439+
2.3.19

0 commit comments

Comments
 (0)