So as I was installing an older application on my local development machine, I came across this befuddling error while simply running a bundle install:
$ bundle install
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Enter your password to install the bundled RubyGems to your system:
Using rake (0.8.3)
Using activesupport (2.3.14)
Using rack (1.1.3)
Using...
Oh, this is why ...