Skip to content

Fix deprecation warning for RubyGems source when installing dependencies#18

Open
knt wants to merge 1 commit into
interline:masterfrom
knt:master
Open

Fix deprecation warning for RubyGems source when installing dependencies#18
knt wants to merge 1 commit into
interline:masterfrom
knt:master

Conversation

@knt

@knt knt commented Mar 2, 2013

Copy link
Copy Markdown

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

devinus commented Mar 2, 2013

Copy link
Copy Markdown
Contributor

@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

devinus commented Mar 2, 2013

Copy link
Copy Markdown
Contributor

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

@knt

knt commented Mar 2, 2013

Copy link
Copy Markdown
Author

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