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
4 changes: 2 additions & 2 deletions guides/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ gem 'builder'
gem 'coderay_bash'
gem 'kramdown'
gem 'mime-types'
gem 'nokogiri'
gem 'nokogiri', '>= 1.8.3'
gem 'nanoc', '3.6.3'
gem 'nanoc-toolbox'
gem 'nanoc-toolbox', '>= 0.2.0'
gem 'rake'
gem 'thin'
gem "yajl-ruby"
Expand Down
17 changes: 9 additions & 8 deletions guides/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ GEM
coderay (1.1.0)
coderay_bash (1.0.7)
coderay (>= 1.0)
colored (1.2)
cri (2.6.1)
colored (~> 1.2)
cri (2.15.9)
daemons (1.1.9)
diff-lcs (1.2.5)
eventmachine (1.0.7)
Expand All @@ -29,7 +27,7 @@ GEM
rb-inotify (>= 0.9)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
mini_portile2 (2.4.0)
nanoc (3.6.3)
cri (~> 2.3)
nanoc-toolbox (0.2.0)
Expand All @@ -39,8 +37,8 @@ GEM
neat (1.7.1)
bourbon (>= 4.0)
sass (>= 3.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -87,13 +85,16 @@ DEPENDENCIES
listen
mime-types
nanoc (= 3.6.3)
nanoc-toolbox
nanoc-toolbox (>= 0.2.0)
neat
nokogiri
nokogiri (>= 1.8.3)
pry
rake
rb-fsevent
rspec
sass
thin
yajl-ruby

BUNDLED WITH
1.17.3