You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jo...@apache.org on 2018/04/24 21:45:25 UTC

[geode] branch develop updated: Remove bookbinder lock from geode-book Gemfile

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

joeymcallister pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0b7550f  Remove bookbinder lock from geode-book Gemfile
0b7550f is described below

commit 0b7550fd0c359bd64466912b6644834330eeef38
Author: joeymcallister <jm...@pivotal.io>
AuthorDate: Tue Apr 24 14:45:13 2018 -0700

    Remove bookbinder lock from geode-book Gemfile
---
 geode-book/Gemfile      | 2 +-
 geode-book/Gemfile.lock | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/geode-book/Gemfile b/geode-book/Gemfile
index 7653585..b61bbdc 100644
--- a/geode-book/Gemfile
+++ b/geode-book/Gemfile
@@ -17,6 +17,6 @@
 
 source "https://rubygems.org"
 
-gem 'bookbindery', '10.1.12'
+gem 'bookbindery'
 
 gem 'libv8', '3.16.14.7'
diff --git a/geode-book/Gemfile.lock b/geode-book/Gemfile.lock
index 1cacce3..29c7402 100644
--- a/geode-book/Gemfile.lock
+++ b/geode-book/Gemfile.lock
@@ -10,12 +10,12 @@ GEM
       public_suffix (>= 2.0.2, < 4.0)
     ansi (1.5.0)
     backports (3.11.3)
-    bookbindery (10.1.12)
+    bookbindery (10.1.13)
       ansi (~> 1.4)
       css_parser
       elasticsearch
       fog-aws (~> 0.7.1)
-      font-awesome-sass
+      font-awesome-sass (= 4.7.0)
       git (~> 1.2.8)
       middleman (= 4.1.10)
       middleman-compass
@@ -87,7 +87,7 @@ GEM
     fog-xml (0.1.3)
       fog-core
       nokogiri (>= 1.5.11, < 2.0.0)
-    font-awesome-sass (5.0.9)
+    font-awesome-sass (4.7.0)
       sass (>= 3.2)
     formatador (0.2.5)
     git (1.2.9.1)
@@ -198,7 +198,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  bookbindery (= 10.1.12)
+  bookbindery
   libv8 (= 3.16.14.7)
 
 BUNDLED WITH

-- 
To stop receiving notification emails like this one, please contact
joeymcallister@apache.org.