Merge pull request #3266 from bitcoin-dot-org/wbnns-upgrade-redcloth

Gemfile: Upgrade RedCloth
This commit is contained in:
Will Binns 2020-02-08 11:03:27 +01:00 committed by GitHub
commit 1da6e8f627
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ group :development do
gem 'json', '>= 1.9'
gem 'less', '2.4.0'
gem 'kramdown'
gem 'RedCloth'
gem 'RedCloth', ">= 4.3.0"
gem 'therubyracer' # required by less
gem 'jshintrb', '~>0.3.0'
gem 'safe_yaml'

View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
RedCloth (4.3.2)
addressable (2.4.0)
colorator (0.1)
colored (1.2)
@ -73,7 +73,7 @@ PLATFORMS
ruby
DEPENDENCIES
RedCloth
RedCloth (>= 4.3.0)
ffi-icu
html-proofer (= 2.1.0)
jekyll (~> 3.0)
@ -89,4 +89,4 @@ RUBY VERSION
ruby 2.4.1p111
BUNDLED WITH
1.16.1
1.17.3