You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2017/06/26 18:56:50 UTC

[incubator-fluo-website] branch gh-pages updated: Updated Gemfile to work with new and old Ruby envs (#63)

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-fluo-website.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 43cf254  Updated Gemfile to work with new and old Ruby envs (#63)
43cf254 is described below

commit 43cf254c6251ac639de0e8c846c9343cee362e58
Author: Keith Turner <ke...@deenlo.com>
AuthorDate: Mon Jun 26 14:56:47 2017 -0400

    Updated Gemfile to work with new and old Ruby envs (#63)
---
 Gemfile      |  4 +++-
 Gemfile.lock | 12 +++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Gemfile b/Gemfile
index 368a482..604d36d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
 source 'https://rubygems.org'
 gem 'github-pages', '110', group: :jekyll_plugins
-gem 'therubyracer'
+gem 'therubyracer', '0.12.3'
+# Added because newer versions of nokogiri don't work with older versions of Ruby
+gem 'nokogiri', '1.6.8.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index cd8064d..2199ed6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -161,13 +161,13 @@ GEM
       rb-fsevent (>= 0.9.3)
       rb-inotify (>= 0.9.7)
     mercenary (0.3.6)
-    mini_portile2 (2.2.0)
+    mini_portile2 (2.1.0)
     minima (2.0.0)
     minitest (5.10.2)
     multipart-post (2.0.0)
     net-dns (0.8.0)
-    nokogiri (1.8.0)
-      mini_portile2 (~> 2.2.0)
+    nokogiri (1.6.8.1)
+      mini_portile2 (~> 2.1.0)
     octokit (4.7.0)
       sawyer (~> 0.8.0, >= 0.5.3)
     pathutil (0.14.0)
@@ -200,7 +200,5 @@ PLATFORMS
 
 DEPENDENCIES
   github-pages (= 110)
-  therubyracer
-
-BUNDLED WITH
-   1.15.1
+  nokogiri (= 1.6.8.1)
+  therubyracer (= 0.12.3)

-- 
To stop receiving notification emails like this one, please contact
['"commits@fluo.apache.org" <co...@fluo.apache.org>'].