Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Bump redcarpet from 3.2.3 to 3.5.1 #180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'middleman-gh-pages'
# Live-reloading plugin
gem "middleman-livereload", "~> 3.3.0"

gem 'redcarpet', '~> 3.2.1'
gem 'redcarpet', '~> 3.5.1'

# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.2.3)
redcarpet (3.5.1)
ref (2.0.0)
rouge (1.7.2)
ruby18_source_location (0.2)
Expand Down Expand Up @@ -143,7 +143,7 @@ DEPENDENCIES
middleman-livereload (~> 3.3.0)
middleman-syntax
rake (~> 12.3.3)
redcarpet (~> 3.2.1)
redcarpet (~> 3.5.1)
rouge (= 1.7.2)
ruby18_source_location
therubyracer
Expand Down