From df5a94afd2cfb63123acb4a09457cffa5e87a799 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 8 Apr 2014 17:09:13 +0200 Subject: add nokogiri for blog article summaries --- Gemfile | 4 ++++ Gemfile.lock | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index ea8ceee..d7eda04 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,9 @@ gem "middleman-livereload" # For faster file watcher updates on Windows: gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] + # For feed.xml.builder gem "builder", "~> 3.0" + +# for article summaries +gem "nokogiri" diff --git a/Gemfile.lock b/Gemfile.lock index c268208..54ba25b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,11 @@ GEM sprockets (~> 2.2) sprockets-helpers (~> 1.1.0) sprockets-sass (~> 1.0.0) + mini_portile (0.5.3) minitest (4.7.5) multi_json (1.9.2) + nokogiri (1.6.1) + mini_portile (~> 0.5.0) padrino-helpers (0.12.1) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.12.1) @@ -123,4 +126,5 @@ DEPENDENCIES middleman (~> 3.3.2) middleman-blog (~> 3.5.2) middleman-livereload + nokogiri wdm (~> 0.1.0) -- cgit v1.2.1