Skip to content

Commit

Permalink
Make docs use Bookbinder 10.1.14 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeymcallister committed Aug 2, 2019
1 parent a10af1b commit 42a0d0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion geode-book/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

source "https://rubygems.org"

gem 'bookbindery'
gem 'bookbindery', '10.1.14'

gem 'libv8'
36 changes: 19 additions & 17 deletions geode-book/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
backports (3.15.0)
bookbindery (10.1.15)
bookbindery (10.1.14)
ansi (~> 1.4)
css_parser
elasticsearch
Expand All @@ -22,7 +22,7 @@ GEM
middleman-livereload
middleman-sprockets
middleman-syntax (= 2.1.0)
nokogiri (= 1.10.1)
nokogiri (= 1.8.2)
puma
rack-rewrite
redcarpet (~> 3.2.3)
Expand Down Expand Up @@ -51,21 +51,21 @@ GEM
contracts (0.13.0)
css_parser (1.7.0)
addressable
dotenv (2.7.2)
elasticsearch (7.1.0)
elasticsearch-api (= 7.1.0)
elasticsearch-transport (= 7.1.0)
elasticsearch-api (7.1.0)
dotenv (2.7.5)
elasticsearch (7.3.0)
elasticsearch-api (= 7.3.0)
elasticsearch-transport (= 7.3.0)
elasticsearch-api (7.3.0)
multi_json
elasticsearch-transport (7.1.0)
elasticsearch-transport (7.3.0)
faraday
multi_json
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.2.7)
excon (0.64.0)
excon (0.65.0)
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
i18n (0.7.0)
ipaddress (0.8.3)
kramdown (1.17.0)
libv8 (3.16.14.19-x86_64-darwin-18)
libv8 (3.16.14.19)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -152,21 +152,23 @@ GEM
middleman-syntax (2.1.0)
middleman-core (>= 3.2)
rouge (~> 1.0)
mini_portile2 (2.4.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.1.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nio4r (2.4.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.17.0)
public_suffix (3.1.0)
puma (3.12.1)
public_suffix (3.1.1)
puma (4.0.1)
nio4r (~> 2.0)
rack (1.6.11)
rack-livereload (0.3.17)
rack
Expand Down Expand Up @@ -198,8 +200,8 @@ PLATFORMS
ruby

DEPENDENCIES
bookbindery
bookbindery (= 10.1.14)
libv8

BUNDLED WITH
1.16.6
1.17.3

0 comments on commit 42a0d0d

Please sign in to comment.