Skip to content

Commit

Permalink
[ADM] Fix GitHub security issue (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloRMira authored Apr 30, 2021
1 parent 8a4abe5 commit 3224ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gem 'github-pages', group: :jekyll_plugins
# Added at 2019-11-25 10:11:40 -0800 by jhoward:
gem "nokogiri", "< 1.10.9"
gem "jekyll", ">= 3.7"
gem "kramdown", ">= 2.3.0"
gem "kramdown", ">= 2.3.1"
6 changes: 3 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
jekyll-theme-time-machine (= 0.1.1)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.11.1)
kramdown (= 2.3.0)
kramdown (= 2.3.1)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down Expand Up @@ -254,7 +254,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll (>= 3.7)
kramdown (>= 2.3.0)
kramdown (>= 2.3.1)
nokogiri (< 1.10.9)

BUNDLED WITH
Expand Down

0 comments on commit 3224ce8

Please sign in to comment.