Skip to content

Commit d795f96

Browse files
committed
Merge remote-tracking branch 'zh/master' into sync
2 parents 40d15fe + 6519177 commit d795f96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ git:
44
depth: false
55
cache: bundler
66
before_install:
7-
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8-
- sh bootstrap.sh
7+
- rm -f Gemfile.lock
98
script: bundle exec rake book:build
109
after_success: bundle exec rake book:tag
1110
deploy:

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ gem 'asciidoctor', '1.5.6.2'
66
gem 'json'
77
gem 'awesome_print'
88

9-
gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
10-
gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
9+
gem 'ttfunk', '= 1.5.1'
10+
gem 'asciidoctor-epub3', '1.5.0.alpha.9'
11+
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
1112
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
1213
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
1314

0 commit comments

Comments
 (0)