Skip to content

Commit dbfbc14

Browse files
committed
Document Bundler workaround for releasing
1 parent 33abefb commit dbfbc14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ best practice is to depend on `concurrent-ruby` and let users to decide if they
358358
* Recent CRuby
359359
* JRuby, `rbenv install jruby-9.2.17.0`
360360
* Set env variable `CONCURRENT_JRUBY_HOME` to point to it, e.g. `/usr/local/opt/rbenv/versions/jruby-9.2.17.0`
361-
* Install Docker, required for Windows builds
361+
* Install Docker or Podman, required for Windows builds
362+
* If `bundle config get path` is set, use `bundle config set --local path.system true` otherwise the `gem name, path: '.'` gems won't be found (Bundler limitation).
362363

363364
### Publishing the Gem
364365

0 commit comments

Comments
 (0)