Skip to content

Conversation

@rmacklin
Copy link
Contributor

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

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 dhh merged commit 3b00c98 into rails:narrow-rails-dependencies Dec 14, 2021
@rmacklin rmacklin deleted the narrow-dependencies branch December 14, 2021 17:22
dhh added a commit that referenced this pull request Dec 14, 2021
* Cut down on the necessary dependencies

We only need a few things.

* Already a dependency of actionpack

* Already a dependency of actionpack

* Latest platforms

* Update additional lockfiles (#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`

Co-authored-by: Richard Macklin <1863540+rmacklin@users.noreply.github.com>
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