Skip to content

Commit

Permalink
updated kramdowm to 2.3 for security
Browse files Browse the repository at this point in the history
  • Loading branch information
toybreaker committed Aug 18, 2020
1 parent ddcf5fa commit cc288cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-feed'
gem "kramdown", ">= 2.3.0"

end
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.2.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down Expand Up @@ -71,6 +71,7 @@ DEPENDENCIES
jekyll-feed
jekyll-seo-tag
jekyll-sitemap
kramdown (>= 2.3.0)

BUNDLED WITH
1.17.2
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ baseurl: ""
url: "https://speak.junglestar.org"
twitter: jungle_speak
timezone: Europe/London
version: 1.0.0
version: 1.0.1
version_code_name: "mojave mofo"
google_analytics: UA-54058429-1
google_site_verification: Rt71Q1qGvbUviohh6n8KmtRoGUd-XeuuuKLBjCMvHO8
Expand Down Expand Up @@ -65,7 +65,7 @@ compress_html:
### Quick how2

## run jekyll using:
# $ bundle exec jekyll serve
# $ bundle exec jekyll serve

## run gulp in a new ternimal window after jekyll
# $ gulp

0 comments on commit cc288cf

Please sign in to comment.