Merge pull request #1291 from stevenharman/patch-1
Use HTTPS for Rubygems
This commit is contained in:
commit
b8a981db5f
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