Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 14, 2023
1 parent 970d975 commit ac8390f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'nanoc-redirector', '~> 0.2'
gem 'nanoc-html-pipeline', '~> 0.3'
gem 'gemoji', '2.1.0'
gem 'html-pipeline-rouge_filter', '~> 1.0'
gem 'extended-markdown-filter', '~> 0.4'
gem 'extended-markdown-filter', '~> 0.7', '>= 0.7.0'
gem 'html-pipeline-asciidoc_filter', '~> 1.5'
gem 'github-markdown', '~> 0.6.9'
gem 'kramdown'
Expand All @@ -23,5 +23,5 @@ gem 'pry-coolline'

group :test do
gem 'colorize', '~> 0.8.1'
gem 'html-proofer', '~> 3.7'
gem 'html-proofer', '~> 3.10', '>= 3.10.0'
end

0 comments on commit ac8390f

Please sign in to comment.