appraisal icon indicating copy to clipboard operation
appraisal copied to clipboard

A Ruby library for testing your library against different versions of dependencies.

Results 31 appraisal issues
Sort by recently updated
recently updated
newest added

This PR fixes the situation when you've got something like a path config set in bundler. ``` ± bundle config path vendor/bundle ± bundle exec appraisal true >> bundle check...

I tried running specs with the latest version of bundler and everything went fine except for a small change in `bundle install` output.

Process completed with exit code 1.

Hi, I'm a user, looking to use GitHub Actions with Appraisal, and I came looking here for... ideas. Now, the CI of this project does not run, and will not,...

I've recently added [Diffend](https://www.diffend.io/) to my project, but am seeing the following error. Is this the "not supported" part of the Appraisal README that says: "vendoring plugins is not supported"?...

Within the last few days, my Github Actions test suite now fails with `"[error]Process completed with exit code 1."`. In my Github workflow I have the following: ```yml - name:...

While implementing #184, I noticed that `appraisal` tests (invoking `rake` in this repository) were failing. At first they were failing with the issue addressed by #184, but after fixing that...

I have tried to setup CI/CD using flutter actions but when I am committing code and action run it gives this error: ```dart Run flutter build windows Running "flutter pub...

i've got this [Appraisals](https://github.com/modosc/cloudflare-rails/blob/master/Appraisals): ```ruby appraise "rails-5.0" do gem "rails", "~> 5.0.0" end appraise "rails-5.1" do gem "rails", "~> 5.1.0" end appraise "rails-5.2" do gem "rails", "~> 5.2.0" end appraise...

Hi there, First of all thanks a lot for building and maintaining `appraisal`! Secondly, I was wondering if there is a "best practice" for using the gem with multiple rubies?...