-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support multiple bundler versions #179
Comments
Are you running the same bundler version as the one which is specified in the |
no, that's the issue i'm trying to sort out. if i support rails 5 i'm forced to use |
Ah right, I see. I didn't find it necessary to use bundler ~> 1.17.3, but it did require some work for older Ruby versions. Does this CircleCI config help at all? https://github.com/thoughtbot/administrate/blob/main/.circleci/config.yml I ended up using an environment variable to set to bundler 2.1.4, so that we're using the same one for every Ruby version. |
Hoping there will eventually be a way to have different bundler versions via Appraisal! |
I was able to get it working!! Working example of Appraisal & Combustion with a massive test matrix on Github Actions in my sanitize_email gem here: pboling/sanitize_email@a9c1d9a
|
i've got this Appraisals:
i tried to update it recently and discovered that there's a clash with
bundler
versions:is there a way to specify which
bundler
version is used for eachappraise
block? i added the version i needed but when thebundle install
was called it still failed:The text was updated successfully, but these errors were encountered: