Use HTTPS for Rubygems
It is now recommended to use HTTPS for connecting to Rubygems.
This commit is contained in:
parent
dbdf64e4df
commit
7b52209f45
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
group :development do
|
||||
gem 'rake', '~> 0.9'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue