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
6 changes: 3 additions & 3 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rake'
gem 'rake', '>= 12.3.3'

# jekyll, which builds it all
# 3.0 includes sass processing
Expand All @@ -17,10 +17,10 @@ gem 'json'
gem 'rb-fsevent'

# For markdown header cleanup
gem 'sanitize', '~>2.0'
gem 'sanitize', '~> 4.6', '>= 4.6.3'

# Markdown
gem 'redcarpet'
gem 'redcarpet', '>= 3.5.1'

# Syntax highlighting
gem 'pygments.rb'
Expand Down
34 changes: 19 additions & 15 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
colorator (0.1)
crass (1.0.6)
ffi (1.9.14)
ffi (1.9.14-x64-mingw32)
jekyll (3.1.6)
Expand All @@ -27,27 +28,30 @@ 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.8.1)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.2-x64-mingw32)
racc (~> 1.4)
nokogumbo (1.5.0)
nokogiri
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rake (11.2.2)
racc (1.6.2)
rake (13.0.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.3.4)
redcarpet (3.6.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sanitize (2.1.0)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
sass (3.4.22)
yajl-ruby (1.2.1)

Expand All @@ -61,10 +65,10 @@ DEPENDENCIES
jekyll-redirect-from
json
pygments.rb
rake
rake (>= 12.3.3)
rb-fsevent
redcarpet
sanitize (~> 2.0)
redcarpet (>= 3.5.1)
sanitize (~> 4.6, >= 4.6.3)

BUNDLED WITH
1.11.2
1.17.3