ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

build: Trust CI system to have a Bundler #924

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

This PR cleans up an old, now-duplicate installation of Bundler.

We are using the bundler-cache feature of ruby/setup-ruby, which does the installing and caching of gems. Perhaps we can skip installing a Bundler.

olleolleolle commented 3 years ago

@chrisseaton I think this could go in.

olleolleolle commented 3 years ago

Closing in favor of #916.