Bump reverse_markdown from 1.3.0 to 1.4.0 (#5494)
This commit is contained in:
parent
92310ee7f9
commit
be39f8ad82
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -78,7 +78,7 @@ gem "recaptcha", "~> 5.3", require: "recaptcha/rails" # Helpers for the reCAPTCH
|
|||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
gem "redis", "~> 4.1.3" # Redis ruby client
|
||||
gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails
|
||||
gem "reverse_markdown", "~> 1.3" # Map simple html back into markdown
|
||||
gem "reverse_markdown", "~> 1.4" # Map simple html back into markdown
|
||||
gem "rolify", "~> 5.2" # Very simple Roles library
|
||||
gem "rouge", "~> 3.14" # A pure-ruby code highlighter
|
||||
gem "rubyzip", "~> 2.0" # Rubyzip is a ruby library for reading and writing zip files
|
||||
|
|
|
|||
|
|
@ -644,7 +644,7 @@ GEM
|
|||
mime-types (>= 1.16, < 4.0)
|
||||
netrc (~> 0.8)
|
||||
retriable (3.1.2)
|
||||
reverse_markdown (1.3.0)
|
||||
reverse_markdown (1.4.0)
|
||||
nokogiri
|
||||
rolify (5.2.0)
|
||||
rouge (3.14.0)
|
||||
|
|
@ -958,7 +958,7 @@ DEPENDENCIES
|
|||
redcarpet (~> 3.5)
|
||||
redis (~> 4.1.3)
|
||||
redis-rails (~> 5.0.2)
|
||||
reverse_markdown (~> 1.3)
|
||||
reverse_markdown (~> 1.4)
|
||||
rolify (~> 5.2)
|
||||
rouge (~> 3.14)
|
||||
rspec-rails (~> 3.9)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue