CircleCI-Public / ruby-orb

The `circleci/ruby` orb source code.
https://circleci.com/developer/orbs/orb/circleci/ruby
MIT License
26 stars 53 forks source link

feat: added pre-steps between installing bundler, and running bundle… #111

Closed Jaryt closed 2 years ago

Jaryt commented 2 years ago

Resolves: #88

This allows users to implement custom bundle configuration before running bundle install.