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 @@ -23,7 +23,7 @@ gem 'sanitize', '~>2.0'
gem 'redcarpet'

# Syntax highlighting
gem 'pygments.rb'
gem 'pygments.rb', '>= 1.0.0'

# Avoid having to poll for changes on Windows
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
11 changes: 5 additions & 6 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ GEM
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
pygments.rb (2.3.0)
rake (11.2.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
Expand All @@ -49,7 +46,6 @@ GEM
sanitize (2.1.0)
nokogiri (>= 1.4.4)
sass (3.4.22)
yajl-ruby (1.2.1)

PLATFORMS
ruby
Expand All @@ -60,8 +56,11 @@ DEPENDENCIES
jekyll-paginate
jekyll-redirect-from
json
pygments.rb
pygments.rb (>= 1.0.0)
rake
rb-fsevent
redcarpet
sanitize (~> 2.0)

BUNDLED WITH
2.1.4