Skip to content

Commit fdc040e

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

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

1010
group(:build_site) do
11-
gem 'jekyll', '~> 4.1'
12-
gem 'kramdown', '~> 2.3'
11+
# gem 'jekyll', '~> 4.1' # Perforce has their own legacy fork
12+
gem 'jekyll', github: 'puppetlabs/jekyll', branch: 'puppetdocs'
13+
#gem 'kramdown', '~> 2.3'
1314
gem 'vlad', '~> 2.7'
1415
gem 'vlad-git', '~> 2.1'
1516
gem 'listen', '~> 3.9.0' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.

0 commit comments

Comments
 (0)