Skip to content

Commit

Permalink
Document Bundler workaround for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 15, 2025
1 parent 33abefb commit dbfbc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ best practice is to depend on `concurrent-ruby` and let users to decide if they
* Recent CRuby
* JRuby, `rbenv install jruby-9.2.17.0`
* Set env variable `CONCURRENT_JRUBY_HOME` to point to it, e.g. `/usr/local/opt/rbenv/versions/jruby-9.2.17.0`
* Install Docker, required for Windows builds
* Install Docker or Podman, required for Windows builds
* 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).

### Publishing the Gem

Expand Down

0 comments on commit dbfbc14

Please sign in to comment.