Skip to content

Cut down on the necessary dependencies #84

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

Merged
merged 5 commits into from
Dec 14, 2021
Merged

Conversation

dhh
Copy link
Member

@dhh dhh commented Dec 14, 2021

We only need a few things.

@dhh
Copy link
Member Author

dhh commented Dec 14, 2021

@rmacklin You'd looked at this setup before. Mind seeing if you can diagnose what's causing the failures?

@rmacklin
Copy link
Contributor

Looks like we just need to update the additional lockfiles for the alternative gemfiles. CI is green with this change: #85

This can be done through the appraisal gem via
`bundle exec appraisal install`
or just through bundler via
`for gemfile in $(ls gemfiles/*.gemfile); do BUNDLE_GEMFILE="$gemfile" bundle; done`
@dhh
Copy link
Member Author

dhh commented Dec 14, 2021

Mind taking a look at hotwired/turbo-rails#110 as well?

@dhh dhh merged commit 9c1125f into main Dec 14, 2021
@dhh dhh deleted the narrow-rails-dependencies branch December 14, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants