Skip to content

Commit 1d82d5c

Browse files
committed
Updates to silence dependabot.
1 parent f18efc9 commit 1d82d5c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gem 'json-ld', github: 'ruby-rdf/json-ld', branch: 'develop'
44
gem 'nokogiri'
5-
gem 'nokogumbo'
65
gem 'linkeddata'
76
gem 'colorize'
87
gem 'rake'

Gemfile.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ GEM
8787
racc (~> 1.4)
8888
nokogiri (1.14.3-x86_64-linux)
8989
racc (~> 1.4)
90-
nokogumbo (2.0.5)
91-
nokogiri (~> 1.8, >= 1.8.4)
9290
public_suffix (4.0.6)
9391
racc (1.6.2)
9492
rack (2.2.6.4)
@@ -194,6 +192,7 @@ GEM
194192

195193
PLATFORMS
196194
arm64-darwin-21
195+
arm64-darwin-22
197196
x86_64-darwin-20
198197
x86_64-linux
199198

@@ -203,9 +202,8 @@ DEPENDENCIES
203202
json-ld!
204203
linkeddata
205204
nokogiri
206-
nokogumbo
207205
rake
208206
redcarpet
209207

210208
BUNDLED WITH
211-
2.3.8
209+
2.5.6

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
desc "Check HTML"
1616
task :check_html do
17-
require 'nokogumbo'
17+
require 'nokogiri'
1818
doc = ::Nokogiri::HTML5(File.open("index.html"), max_parse_errors: 1000)
1919
unless doc.errors.empty?
2020
STDERR.puts "Errors found parsing index.html:"

0 commit comments

Comments
 (0)