Bump reverse_markdown from 1.1.0 to 1.2.0 (#3840) [ci skip]
Bumps [reverse_markdown](https://github.com/xijo/reverse_markdown) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/xijo/reverse_markdown/releases) - [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/xijo/reverse_markdown/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4730afd730
commit
e951b91bed
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -71,7 +71,7 @@ gem "rails-assets-airbrake-js-client", "~> 1.6", source: "https://rails-assets.o
|
|||
gem "rails-observers", "~> 0.1" # Rails observer (removed from core in Rails 4.0)
|
||||
gem "recaptcha", "~> 5.1", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
gem "reverse_markdown", "~> 1.1" # Map simple html back into markdown
|
||||
gem "reverse_markdown", "~> 1.2" # Map simple html back into markdown
|
||||
gem "rolify", "~> 5.2" # Very simple Roles library
|
||||
gem "rouge", "~> 3.9" # A pure-ruby code highlighter
|
||||
gem "rubyzip", "~> 1.2" # Rubyzip is a ruby library for reading and writing zip files
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ GEM
|
|||
mime-types (>= 1.16, < 4.0)
|
||||
netrc (~> 0.8)
|
||||
retriable (3.1.2)
|
||||
reverse_markdown (1.1.0)
|
||||
reverse_markdown (1.2.0)
|
||||
nokogiri
|
||||
rolify (5.2.0)
|
||||
rouge (3.9.0)
|
||||
|
|
@ -922,7 +922,7 @@ DEPENDENCIES
|
|||
rails-observers (~> 0.1)
|
||||
recaptcha (~> 5.1)
|
||||
redcarpet (~> 3.5)
|
||||
reverse_markdown (~> 1.1)
|
||||
reverse_markdown (~> 1.2)
|
||||
rolify (~> 5.2)
|
||||
rouge (~> 3.9)
|
||||
rspec-rails (~> 3.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue