You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/08/01 22:50:15 UTC

[2/2] docs commit: Set nokogiri version to 1.5.9

Set nokogiri version to 1.5.9


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/64fee823
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/64fee823
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/64fee823

Branch: refs/heads/master
Commit: 64fee823e18f99d6b96cd8ee68e7c541567761ef
Parents: 96a3bc7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Aug 1 16:42:30 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Aug 1 16:49:49 2013 -0400

----------------------------------------------------------------------
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/64fee823/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index e385e61..8405800 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,6 @@
 source "https://rubygems.org"
 
 ruby '1.8.7'
-gem 'nokogiri', '1.5.2'
+gem 'nokogiri', '1.5.9'
 gem 'json'
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/64fee823/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index b56940a..4e9a07e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,11 +2,11 @@ GEM
   remote: https://rubygems.org/
   specs:
     json (1.8.0)
-    nokogiri (1.5.2)
+    nokogiri (1.5.9)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   json
-  nokogiri (= 1.5.2)
+  nokogiri (= 1.5.9)