Skip to content

Commit d6ff5b2

Browse files
authored
Use https in docs Gemfile (#4322)
1 parent ce81aeb commit d6ff5b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v3/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'json', '>= 2.3.0'
44
gem 'middleman', '~> 4.5'

docs/v3/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 (7.0.8.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)

0 commit comments

Comments
 (0)