Skip to content
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 gems from git repoistory #3

Merged
merged 3 commits into from
Dec 30, 2021
Merged

Conversation

elct9620
Copy link
Owner

According to issue #2, we need the git package for the project which uses git as a gem source.

git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# ...
gem "rails", github: "rails/rails", branch: "7-0-stable"

@elct9620 elct9620 linked an issue Dec 30, 2021 that may be closed by this pull request
@elct9620 elct9620 force-pushed the feature/2-detect-git-from-gemfile branch from 8346c2b to 8aa089c Compare December 30, 2021 03:16
@elct9620 elct9620 marked this pull request as ready for review December 30, 2021 03:16
@elct9620 elct9620 merged commit 009f6dc into main Dec 30, 2021
@elct9620 elct9620 deleted the feature/2-detect-git-from-gemfile branch December 30, 2021 03:17
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.

Detect if Gemfile requires git?
1 participant