Skip to content

Commit

Permalink
upgrade Redcarpet (avoid sec vuln)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 21, 2021
1 parent 8a0feb3 commit 7ba1204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"
gem "jekyll", "3.6.3"
gem "rouge"
# gem 's3_website'
gem "redcarpet", "3.3.2"
gem "redcarpet", "3.5.1"
4 changes: 2 additions & 2 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Third, we'd like to support different output formats. An html page per chapter w

## Editing

At the time of writing we are using Jekyll 3.3.0 and [Redcarpet 3.3.2](https://github.com/vmg/redcarpet) to generate the html.
We are using Jekyll and [Redcarpet](https://github.com/vmg/redcarpet) to generate the html.

Check `Gemfile` for the current versions.

We aim to track the configuration GitHub Pages use but at times differences will arise as GitHub Pages evolves.
We aim to track the configuration GitHub Pages uses but differences may arise as GitHub Pages evolves.

## Building

Expand Down

0 comments on commit 7ba1204

Please sign in to comment.