Skip to content

Commit

Permalink
Use HTTPS for Rubygems
Browse files Browse the repository at this point in the history
It is now recommended to use HTTPS for connecting to Rubygems.
  • Loading branch information
Steven Harman committed Jul 2, 2013
1 parent dbdf64e commit 7b52209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

group :development do
gem 'rake', '~> 0.9'
Expand Down

0 comments on commit 7b52209

Please sign in to comment.