Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Bump redcarpet from 3.4.0 to 3.5.1 #406

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -103,7 +103,7 @@ gem 'json-ld'
gem 'json-ld-preloaded', '~> 3.1'
gem 'rdf-normalize', '~> 0.4'

gem 'redcarpet', "~> 3.4.0"
gem 'redcarpet', "~> 3.5.1"

group :development, :test do
gem 'fabrication', '~> 2.21'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -481,8 +481,8 @@ GEM
link_header (~> 0.0, >= 0.0.8)
rdf-normalize (0.4.0)
rdf (~> 3.1)
redcarpet (3.5.1)
redis (4.2.5)
redcarpet (3.4.0)
redis-actionpack (5.2.0)
actionpack (>= 5, < 7)
redis-rack (>= 2.1.0, < 3)
Expand Down Expand Up @@ -775,7 +775,7 @@ DEPENDENCIES
rails-i18n (~> 5.1)
rails-settings-cached (~> 0.6)
rdf-normalize (~> 0.4)
redcarpet (~> 3.4.0)
redcarpet (~> 3.5.1)
redis (~> 4.2)
redis-namespace (~> 1.8)
redis-rails (~> 5.0)
Expand Down