Skip to content

Commit

Permalink
Update to redcarpet 3.5.1
Browse files Browse the repository at this point in the history
Doesn't fix the bug...
vmg/redcarpet#703
  • Loading branch information
MaxLap committed Jan 24, 2021
1 parent aa394ac commit 372aa11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]

# Was in the blog template, is that needed?
gem 'redcarpet', '~> 3.3', '>= 3.3.3'
gem 'redcarpet', '~> 3.5', '>= 3.5.1'

# For feed.xml.builder
gem 'builder', '~> 3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.0)
redcarpet (3.5.1)
rexml (3.2.4)
rouge (3.25.0)
sassc (2.4.0)
Expand Down Expand Up @@ -148,7 +148,7 @@ DEPENDENCIES
mini_racer
nokogiri
pry
redcarpet (~> 3.3, >= 3.3.3)
redcarpet (~> 3.5, >= 3.5.1)
tzinfo-data
wdm (~> 0.1)

Expand Down

0 comments on commit 372aa11

Please sign in to comment.