Page MenuHomePhabricator

[WEBSITE] Bump ruby and jelyll version
ClosedPublic

Authored by Fabien on Aug 31 2020, 13:04.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCWEB62b35f26f090: [WEBSITE] Bump ruby and jelyll version
Summary
  • Ruby 2.4.9 is no longer supported, switch to latest
    • Update the README to make the instructions copy/paste friendly
  • Switch to latest Jekyll major/minor
    • Update the post_url to not prepend site.baseurl as per https://jekyllrb.com/docs/upgrading/3-to-4/. Note that since filters were used and not path concatenation, this makes no difference for the website but prevent further issues from being introduced.
    • Update .gitignore to not track .jekyll-cache
Test Plan

Build and run the website by following the README instructions, navigate
through the pages and check everything is like previously.

make
make run

Open your browser on localhost:8080 and check the website is like
previously.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable