diff --git a/guides/Gemfile b/guides/Gemfile index e68abc2eca0..daf05d31889 100644 --- a/guides/Gemfile +++ b/guides/Gemfile @@ -4,7 +4,7 @@ gem 'builder' gem 'coderay_bash' gem 'kramdown' gem 'mime-types' -gem 'nokogiri' +gem 'nokogiri', '>= 1.13.2' gem 'nanoc', '3.6.3' gem 'nanoc-toolbox' gem 'rake' diff --git a/guides/Gemfile.lock b/guides/Gemfile.lock index 7c8116048d4..3081db7ae62 100644 --- a/guides/Gemfile.lock +++ b/guides/Gemfile.lock @@ -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.11) daemons (1.1.9) diff-lcs (1.2.5) eventmachine (1.0.7) @@ -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.8.0) nanoc (3.6.3) cri (~> 2.3) nanoc-toolbox (0.2.0) @@ -39,12 +37,14 @@ GEM neat (1.7.1) bourbon (>= 4.0) sass (>= 3.3) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.13.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + racc (1.6.0) rack (1.6.0) rake (10.4.2) rb-fsevent (0.9.4) @@ -89,7 +89,7 @@ DEPENDENCIES nanoc (= 3.6.3) nanoc-toolbox neat - nokogiri + nokogiri (>= 1.13.2) pry rake rb-fsevent @@ -97,3 +97,6 @@ DEPENDENCIES sass thin yajl-ruby + +BUNDLED WITH + 2.1.4