Skip to content

Commit

Permalink
Updates to silence dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 6, 2024
1 parent f18efc9 commit 39f6c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source "https://rubygems.org"

gem 'json-ld', github: 'ruby-rdf/json-ld', branch: 'develop'
gem 'nokogiri'
gem 'nokogumbo'
gem 'linkeddata'
gem 'colorize'
gem 'rake'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ GEM
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
public_suffix (4.0.6)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -194,6 +192,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-20
x86_64-linux

Expand All @@ -203,9 +202,8 @@ DEPENDENCIES
json-ld!
linkeddata
nokogiri
nokogumbo
rake
redcarpet

BUNDLED WITH
2.3.8
2.5.6
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

desc "Check HTML"
task :check_html do
require 'nokogumbo'
require 'nokogiri'
doc = ::Nokogiri::HTML5(File.open("index.html"), max_parse_errors: 1000)
unless doc.errors.empty?
STDERR.puts "Errors found parsing index.html:"
Expand Down

0 comments on commit 39f6c83

Please sign in to comment.