Skip to content

Commit 86f0d01

Browse files
committed
Gemfile: Switch to jekyll from Perforce
1 parent bea3617 commit 86f0d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ gem 'git', '~> 4.0'
88
gem 'json', '~> 2.5'
99

1010
group(:build_site) do
11-
gem 'jekyll', '~> 4.1'
11+
# gem 'jekyll', '~> 4.1' # Perforce has their own legacy fork
12+
gem 'jekyll', github: 'puppetlabs/jekyll', branch: 'puppetdocs'
1213
gem 'kramdown', '~> 2.3'
1314
gem 'vlad', '~> 2.7'
1415
gem 'vlad-git', '~> 2.1'

0 commit comments

Comments
 (0)