Commit b142d449 authored by Robert Speicher's avatar Robert Speicher

Update redcarpet to 3.2.3

parent 6848312f
...@@ -94,7 +94,7 @@ gem 'html-pipeline-gitlab', '~> 0.1' ...@@ -94,7 +94,7 @@ gem 'html-pipeline-gitlab', '~> 0.1'
gem "github-markup" gem "github-markup"
# Required markup gems by github-markdown # Required markup gems by github-markdown
gem 'redcarpet', '~> 3.1.2' gem 'redcarpet', '~> 3.2.3'
gem 'RedCloth' gem 'RedCloth'
gem 'rdoc', '~>3.6' gem 'rdoc', '~>3.6'
gem 'org-ruby', '= 0.9.12' gem 'org-ruby', '= 0.9.12'
......
...@@ -457,7 +457,7 @@ GEM ...@@ -457,7 +457,7 @@ GEM
ffi (>= 0.5.0) ffi (>= 0.5.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
redcarpet (3.1.2) redcarpet (3.2.3)
redis (3.1.0) redis (3.1.0)
redis-actionpack (4.0.0) redis-actionpack (4.0.0)
actionpack (~> 4) actionpack (~> 4)
...@@ -755,7 +755,7 @@ DEPENDENCIES ...@@ -755,7 +755,7 @@ DEPENDENCIES
rb-fsevent rb-fsevent
rb-inotify rb-inotify
rdoc (~> 3.6) rdoc (~> 3.6)
redcarpet (~> 3.1.2) redcarpet (~> 3.2.3)
redis-rails redis-rails
request_store request_store
rspec-rails (= 2.99) rspec-rails (= 2.99)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment