Skip to content

Commit

Permalink
Change rubygems source
Browse files Browse the repository at this point in the history
This solves deprecated message below:
$ bundle install
or
$ bundle exec rake spec:all

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.
  • Loading branch information
sanemat committed Apr 14, 2013
1 parent bfafe1b commit c4c16ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gemspec

Expand Down

0 comments on commit c4c16ad

Please sign in to comment.