Skip to content

Commit 3683dd8

Browse files
committed
https is preferred in gemfile
1 parent 0ba3054 commit 3683dd8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# If you have OpenSSL installed, we recommend updating
2-
# the following line to use "https"
3-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
42

53
gem "middleman"
64

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
activesupport (4.1.5)
55
i18n (~> 0.6, >= 0.6.9)

0 commit comments

Comments
 (0)