Skip to content

Commit 793770c

Browse files
committed
bundler: Use upstream rubygems repo for bundler workaround
* Switch from junaruga/rubygems fork to ruby/rubygems now that ruby/rubygems#9610 is merged Assisted-by: Claude Code
1 parent 2094504 commit 793770c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bundler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- &install-bundler-from-fork
3737
name: Install bundler from fork
3838
run: |
39-
git clone -b wip/bundler-fix-bundle-config-set-ssl_ca_cert --depth 1 \
40-
https://github.com/junaruga/rubygems.git ~/git/junaruga/rubygems
41-
cd ~/git/junaruga/rubygems/bundler
39+
git clone --depth 1 \
40+
https://github.com/ruby/rubygems.git ~/git/ruby/rubygems
41+
cd ~/git/ruby/rubygems/bundler
4242
gem build bundler.gemspec
4343
gem install bundler-*.gem --no-document
4444

0 commit comments

Comments
 (0)