Skip to content

Commit 5995171

Browse files
committed
Remove Nokogumbo dependency, run CI on Ruby 3.1.
1 parent 6a73294 commit 5995171

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Ruby
5555
uses: ruby/setup-ruby@v1
5656
with:
57-
ruby-version: 3.0
57+
ruby-version: 3.1
5858

5959
#Install Ruby dependencies
6060
- name: Install Ruby dependencies

software/scripts/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem 'rdf-turtle'
99
gem 'rspec'
1010
gem 'rake'
1111
gem 'nokogiri'
12-
gem 'nokogumbo'
1312
gem 'equivalent-xml'
1413

1514
group :debug do

software/scripts/Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ GEM
3535
nokogiri (1.14.0)
3636
mini_portile2 (~> 2.8.0)
3737
racc (~> 1.4)
38-
nokogumbo (2.0.5)
39-
nokogiri (~> 1.8, >= 1.8.4)
4038
racc (1.6.2)
4139
rack (2.2.5)
4240
rake (13.0.6)
@@ -99,7 +97,6 @@ DEPENDENCIES
9997
json-ld
10098
json-ld-preloaded
10199
nokogiri
102-
nokogumbo
103100
rake
104101
rdf-microdata
105102
rdf-rdfa
@@ -108,4 +105,4 @@ DEPENDENCIES
108105
rspec
109106

110107
BUNDLED WITH
111-
2.3.6
108+
2.3.26

0 commit comments

Comments
 (0)