Today I ran into the following problem when running bundle install.
Reading through the documentation in the link provided I discovered that my certificates had expired. I discovered this by running the following command:
Which pointed out that my certificates had expired.
To fix this, you simply update your certificates.
Now all my certificates are up to date.
Success! Hopefully this post will help someone with the same problem. Happy coding.