ruby-orb
ruby-orb copied to clipboard
The `circleci/ruby` orb source code.
The Ubuntu keyserver is often unavailable, making the ORB fail (especially from m1 machines - the default keyserver for macos is "keys.openpgp.org"). This PR attempts getting the GPG keys from...
## Orb version: 2.1.0 ## What happened: I updated the machines in our circle ci jobs from `macos.x86.medium.gen2` to `macos.m1.medium.gen1` and the ruby install started failing with this error: ```...
Background: In this pull request, I've updated the links in repository related to the Gherkin Examples. Previously, Gherkin examples could be read on [RelishApp](http://relishapp.com/rspec) but currently this service is unavailable....
Resolves #130. Pretty straightforward, take a look at the issue for the motivation.
## Describe Request For the `install-deps` command I'd like to have an option to _not_ include `arch` in the cache key. This could be done with a `include-arch-in-cache-key` option, which...
## Orb version: 2.1.0 ## What happened: `ruby/install-deps` fails when `with-cache` is set to `false`. [Failed job](https://app.circleci.com/pipelines/github/origami-medical/origami_claims/19779/workflows/df1f5a19-e3cc-4eeb-ba0b-e5306e1f7d3f/jobs/128399) ## Expected behavior: Dependencies should be installed normally as they are with the...
## Orb version: 2.1.0 ## What happened: Our CI builds started failing at the bundle step because there stopped being an openssl link when bundling. We tried to manually install...
## Orb version: 2.0.0 ## What happened: After moving from 1.4.0. to 2.0.0. I get the following error when RSpec is trying to run in the pipeline: > \+ bundle...
## Changes Add filter in `test-openssl-3` job. Otherwise, it won't run for releases.
## Orb version: 2.0.0 ## What happened: The current default configuration for the `install-deps` command results in broken behavior when running `bundle exec` commands in project subdirectories: ```shell-session $ bundle...