Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Use the latest asciidoctor-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeFlyingSheep committed Oct 11, 2021
1 parent 92257df commit 4c45987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'

gem 'rake'
gem 'asciidoctor'
gem 'asciidoctor-pdf'
gem 'asciidoctor-pdf', github: 'asciidoctor/asciidoctor-pdf', branch: 'HEAD'
gem 'prawn-table', github: 'prawnpdf/prawn-table', branch: 'HEAD'

0 comments on commit 4c45987

Please sign in to comment.