Skip to content

Commit 0747070

Browse files
committed
Update gem versions for CI and building HTML test manifests.
1 parent db36e55 commit 0747070

File tree

11 files changed

+6544
-6646
lines changed

11 files changed

+6544
-6646
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
name: Build and Validate
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.1
19+
ruby-version: 3.2
2020
- name: Install dependencies
2121
run: bundle install
2222

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source "https://rubygems.org"
33
gem 'linkeddata'
44
gem 'earl-report'
55
gem 'nokogiri'
6+
gem 'htmlbeautifier'
67
gem 'colorize'
78
gem 'rake'
89
gem 'redcarpet'

0 commit comments

Comments
 (0)