Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
afm (0.2.2)
asciidoctor (1.5.6.1)
asciidoctor-pdf (1.5.0.alpha.16)
Expand All @@ -50,10 +50,10 @@ GEM
awesome_print (1.8.0)
coderay (1.1.2)
concurrent-ruby (1.0.5)
css_parser (1.6.0)
css_parser (1.9.0)
addressable
epubcheck (3.0.1)
faraday (0.14.0)
faraday (0.17.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand All @@ -70,7 +70,7 @@ GEM
mini_portile2 (2.1.0)
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.0.0)
multipart-post (2.1.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
octokit (4.8.0)
Expand All @@ -96,7 +96,7 @@ GEM
prawn-templates (0.1.1)
pdf-reader (~> 2.0)
prawn (~> 2.2)
public_suffix (3.0.2)
public_suffix (4.0.6)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rainbow (3.0.0)
Expand All @@ -105,13 +105,13 @@ GEM
ruby-rc4 (0.1.5)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
thread_safe (0.3.6)
treetop (1.5.3)
polyglot (~> 0.3)
ttfunk (1.5.1)
ttfunk (1.7.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)

Expand Down