File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Pull Request Flow
33on :
44 pull_request :
55 branches : [ master ]
6-
6+
77 workflow_dispatch :
88
99jobs :
1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
18- ruby-version : 2.7
18+ ruby-version : 3.0
1919 bundler-cache : true
2020
2121 - name : Build Book
Original file line number Diff line number Diff line change 2626 - name : Set up Ruby
2727 uses : ruby/setup-ruby@v1
2828 with :
29- ruby-version : 2.7
29+ ruby-version : 3.0
3030 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3131
3232 - name : Build release assets
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem 'rake' , '13.0.6'
4- gem 'asciidoctor' , '2.0.17 '
4+ gem 'asciidoctor' , '2.0.18 '
55
6- gem 'json' , '2.6.2 '
6+ gem 'json' , '2.6.3 '
77gem 'awesome_print' , '1.9.2'
88
99gem 'asciidoctor-fb2' , '0.7.0'
1010gem 'asciidoctor-epub3' , '1.5.1'
11- gem 'asciidoctor-pdf' , '2.0.8 '
11+ gem 'asciidoctor-pdf' , '2.3.4 '
1212
1313gem 'coderay' , '1.1.3'
14- gem 'pygments.rb' , '2.3.0 '
14+ gem 'pygments.rb' , '2.3.1 '
1515gem 'thread_safe' , '0.3.6'
1616gem 'epubcheck-ruby' , '4.2.6.0'
1717gem 'html-proofer' , '3.19.4'
You can’t perform that action at this time.
0 commit comments