Skip to content

Commit

Permalink
Sequrity Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBOTIS-David committed Oct 13, 2020
1 parent e38edd7 commit 55617e2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ group :jekyll_plugins do
gem "jekyll-feed"
gem "jemoji"
gem 'jekyll-livereload'
gem 'kramdown-parser-gfm'
end
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ GEM
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.14)
kramdown (~> 2.3.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 3)
safe_yaml (~> 1.0)
jekyll-data (1.1.0)
jekyll (>= 3.3, < 5.0.0)
jekyll-feed (0.9.3)
jekyll-feed (0.11.0)
jekyll (~> 3.3)
jekyll-gist (1.5.0)
octokit (~> 4.2)
Expand All @@ -52,25 +50,27 @@ GEM
jekyll (~> 3.3)
jekyll-watch (1.5.1)
listen (~> 3.0)
jemoji (0.11.1)
jemoji (0.12.0)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (1.17.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.4.0)
minimal-mistakes-jekyll (4.12.0)
jekyll (~> 3.6)
jekyll-data (~> 1.0)
jekyll-feed (~> 0.9.2)
minimal-mistakes-jekyll (4.2.1)
jekyll (~> 3.3)
jekyll-feed (~> 0.8)
jekyll-gist (~> 1.4)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.1)
jemoji (~> 0.8)
jekyll-sitemap (~> 1.0)
jemoji (~> 0.7)
minitest (5.14.2)
multipart-post (2.1.1)
nokogiri (1.10.10)
Expand All @@ -84,6 +84,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (2.2.1)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -109,7 +110,8 @@ DEPENDENCIES
jekyll-paginate
jekyll-sitemap
jemoji
kramdown-parser-gfm
minimal-mistakes-jekyll

BUNDLED WITH
2.1.2
2.1.4
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ require "bundler/gem_tasks"
require "jekyll"
require "listen"

require 'kramdown'
require 'kramdown-parser-gfm'

Kramdown::Document.new(text, input: 'GFM').to_html

def listen_ignore_paths(base, options)
[
/_config\.ya?ml/,
Expand Down

0 comments on commit 55617e2

Please sign in to comment.