Skip to content

Instantly share code, notes, and snippets.

View arkus7's full-sized avatar
🦀

Arkadiusz Żmudzin arkus7

🦀
View GitHub Profile

Merging Rubygems and Bundler

1.sh:

#!/bin/sh
set -eux
rm -rf rubygems bundler
git clone https://github.com/rubygems/rubygems
git clone https://github.com/rubygems/bundler