CircleCI-Public / ruby-orb

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

Add convenience command to restore, install and cache gems #11

Closed shouichi closed 4 years ago

shouichi commented 4 years ago

It would be nice to have a convenience command that restores, installs and cache gems just like node orb does.

      - node/with-cache:
          steps:
            - run: npm install

https://circleci.com/orbs/registry/orb/circleci/node#commands-with-cache

If this sounds reasonable, I'm happy to contribute 😄

KyleTryon commented 4 years ago

A little delayed but working on it 👍

KyleTryon commented 4 years ago

Hello,

Version 1.0.0 of the Ruby orb has been released.

https://github.com/CircleCI-Public/ruby-orb/releases/tag/v1.0.0 https://circleci.com/orbs/registry/orb/circleci/ruby?version=1.0.0

Checkout the new install-deps command: https://circleci.com/orbs/registry/orb/circleci/ruby?version=1.0.0#commands-install-deps