ruby / pathname

Pathname represents the name of a file or directory on the filesystem, but not the file itself.
BSD 2-Clause "Simplified" License
26 stars 16 forks source link

Don't use bundle exec with GitHub Actions #16

Closed hsbt closed 2 years ago

hsbt commented 2 years ago

pathname is activated by bundler, Because we can't test it under the bundler.

olleolleolle commented 2 years ago

Thanks, good context given in the commit message. TIL!