Skip to content

Commit

Permalink
specify https for gem source
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 15, 2013
1 parent 0946588 commit 1f95ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem 'jekyll'
gem 'RedCloth'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
albino (1.3.3)
Expand Down

0 comments on commit 1f95ab7

Please sign in to comment.