Skip to content

bring Jekyll version in line with actual versions on server #498

Closed
@SethTisue

Description

@SethTisue

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions