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

stuck on downloading rails #18

Open
localhostdotdev opened this issue Apr 18, 2019 · 1 comment
Open

stuck on downloading rails #18

localhostdotdev opened this issue Apr 18, 2019 · 1 comment

Comments

@localhostdotdev
Copy link

localhostdotdev commented Apr 18, 2019

I'm stuck with that:

[Downloading: activesupport activemodel activestorage activejob railties activerecord +88]

maybe it's using the bundler compatibility layer because that's an issue I have with bundler too (but not when manually using git)

this is what is in my Gemfile:

gem 'rails', github: 'rails/rails'
@matthewd
Copy link
Member

Thanks for the report, and for trying Gel!

I've seen this problem during my testing too... I think it's cloning the git repo many times at once (one for each of the individual gems it contains -- which is very silly). In my tests it did eventually finish, though.

Either way, we need to coordinate better when multiple gems share the same git repository, so this is definitely a bug. 👍🏻

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

No branches or pull requests

2 participants