We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea3617 commit fdc040eCopy full SHA for fdc040e
1 file changed
Gemfile
@@ -8,8 +8,9 @@ gem 'git', '~> 4.0'
8
gem 'json', '~> 2.5'
9
10
group(:build_site) do
11
- gem 'jekyll', '~> 4.1'
12
- gem 'kramdown', '~> 2.3'
+ # gem 'jekyll', '~> 4.1' # Perforce has their own legacy fork
+ gem 'jekyll', github: 'puppetlabs/jekyll', branch: 'puppetdocs'
13
+ #gem 'kramdown', '~> 2.3'
14
gem 'vlad', '~> 2.7'
15
gem 'vlad-git', '~> 2.1'
16
gem 'listen', '~> 3.9.0' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.
0 commit comments