Skip to content

Instantly share code, notes, and snippets.

@dasdennis
Last active January 6, 2016 17:41
Show Gist options
  • Save dasdennis/5577142 to your computer and use it in GitHub Desktop.
Save dasdennis/5577142 to your computer and use it in GitHub Desktop.
The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
# Change Gemfile source to https://rubygems.org to stop warning.
# The source :rubygems is deprecated because HTTP requests are insecure.
# Please change your source to 'https://rubygems.org' if possible, or
# 'http://rubygems.org' if not.
# In Gemfile:
# Comment this line:
# source :rubygems
# Add this or 'http://rubygems.org' if not:
source 'https://rubygems.org'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment