Skip to content

Conversation

@greeddj
Copy link
Contributor

@greeddj greeddj commented Dec 24, 2025

Hello

This PR adds support for using hub as a RubyGems source or mirror.

As source example:

source "http://localhost:6587/rubygems/rubygems"
gem "puma"

source "https://rubygems.org" do
  gem "rack"
end

As mirror example:

bundle config --local mirror.https://rubygems.org http://localhost:6587/rubygems/rubygems

Also in this PR fix UA header string

-- UserAgent
++ User-Agent 

@psvmcc psvmcc merged commit 2f63769 into psvmcc:main Jan 2, 2026
1 check passed
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