ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

CI: use setup-ruby bundler-cache #22

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

⚠️ Me, learning if it is possible to use the bundler-cache option of setup-ruby. ⚠️

This option makes the Action install the gems in the setup-ruby-provided step.

olleolleolle commented 3 years ago

LoadError: cannot load such file -- rake/extensiontask

Hm.

Update: Aha, the Run tests didn't use bundle exec.

kou commented 3 years ago

Thanks!