Closed
Description
in this comment @fsalvi says that the server hosting scala-lang.org is running
$ jekyll -v
jekyll 3.1.6
$ kramdown -v
1.11.1
but our Gemfile has
gem 'jekyll', '1.5.1'
gem 'kramdown', '1.8.0'
we should bring these versions in alignment with each other
the short term fix would be to update the Gemfile. (we might need to ask @fsalvi for versions on the other gems listed there.)
a longer term fix would be for the server to generate the site using bundle
rather than systemwide gems
an abandoned previous attempt to fix, with discussion: #443