gel-rb / gel

A modern gem manager: Gel is a lightweight alternative to Bundler

Home Page:https://gel.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stuck on downloading rails

localhostdotdev opened this issue · comments

commented

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'

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. 👍🏻