Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning for RubyGems source when installing dependencies #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

knt
Copy link

@knt knt commented Mar 2, 2013

When running bundle install, the following warning appears:

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.

This changes the source to use https://rubygems.org

@devinus
Copy link
Contributor

devinus commented Mar 2, 2013

@knt I recommend using ember-gem and generating projects from that until I move it (I'm thinking of taking it in a few different directions). That's how I began generating ember-skeleton.

@devinus
Copy link
Contributor

devinus commented Mar 2, 2013

@knt Maybe I'll continue to generate ember-skeleton to make the checkout & run process simpler.

@knt
Copy link
Author

knt commented Mar 2, 2013

Thanks for letting me know. I'm new to ember and found ember-skeleton from a blog post...didn't know about ember-gem, so thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants