Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'json'
gem 'rb-fsevent'

# For markdown header cleanup
gem 'sanitize', '~>2.0'
gem 'sanitize', '~> 2.1', '>= 2.1.0'

# Markdown
gem 'redcarpet'
Expand Down
19 changes: 8 additions & 11 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.1.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.6.8-x64-mingw32)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
mini_portile2 (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.4-x64-mingw32)
mini_portile2 (~> 2.4.0)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
Expand All @@ -46,7 +43,7 @@ GEM
redcarpet (3.3.4)
rouge (1.11.1)
safe_yaml (1.0.4)
sanitize (2.1.0)
sanitize (2.1.1)
nokogiri (>= 1.4.4)
sass (3.4.22)
yajl-ruby (1.2.1)
Expand All @@ -64,7 +61,7 @@ DEPENDENCIES
rake
rb-fsevent
redcarpet
sanitize (~> 2.0)
sanitize (~> 2.1, >= 2.1.0)

BUNDLED WITH
1.11.2
1.17.3