Skip to content

Commit 4ffcac6

Browse files
committed
change the Gemfile to use new versions of the appropriate tools. Similarly to Rakefile
1 parent bddb5f3 commit 4ffcac6

File tree

2 files changed

+142
-252
lines changed

2 files changed

+142
-252
lines changed

Gemfile

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
source 'https://rubygems.org'
1+
# frozen_string_literal: true
22

3-
gem 'rake'
4-
gem 'asciidoctor', '1.5.6.1'
3+
source "https://rubygems.org"
54

6-
gem 'json'
7-
gem 'awesome_print'
5+
gem 'rake', '13.2.1'
6+
gem 'asciidoctor', '2.0.23'
87

9-
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3'
10-
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
11-
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
12-
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
8+
gem 'json', '2.11.3'
9+
gem 'awesome_print', '1.9.2'
1310

14-
gem 'coderay'
15-
gem 'pygments.rb'
16-
gem 'thread_safe'
17-
gem 'epubcheck-ruby'
18-
gem 'kindlegen'
11+
gem 'asciidoctor-fb2', '0.8.0'
12+
gem 'asciidoctor-epub3', '2.1.3'
13+
gem 'asciidoctor-pdf', '2.3.19'
14+
15+
gem 'coderay', '1.1.3'
16+
gem 'pygments.rb', '3.0.0'
17+
gem 'thread_safe', '0.3.6'
18+
gem 'epubcheck-ruby', '5.2.1.0'
19+
gem 'html-proofer', '5.0.10'
20+
gem 'kindlegen', '3.1.1'
21+
22+
# gem "rails"
1923

20-
gem 'octokit'
21-
gem 'github_changelog_generator', github: 'Furtif/github-changelog-generator'

0 commit comments

Comments
 (0)