ruby / openssl

Provides SSL, TLS and general purpose cryptography.
Other
241 stars 163 forks source link

CI: Rely on setup-ruby to install Bundler gems #766

Closed olleolleolle closed 3 months ago

olleolleolle commented 3 months ago

This PR avoids an extra invocation of bundle install.

The only place this was used like this was in https://github.com/ruby/openssl/pull/764/files

rhenium commented 3 months ago

Good catch! Thanks.