Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gems and drop support for Ruby versions < 3.1 #1810

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update sanitize
  • Loading branch information
kenyonj committed Jun 11, 2024
commit 4f53f293519000ea15c37543b3b4649a0190e79d
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "activesupport", "~> 4.0"
s.add_development_dependency "minitest", "~> 5.4", ">= 5.4.3"
s.add_development_dependency "html-pipeline", "~> 1.0"
s.add_development_dependency "sanitize", ">= 4.6.3"
s.add_development_dependency "sanitize", "~> 6.1.0"
s.add_development_dependency "nokogiri", "~> 1.16.5"
s.add_development_dependency "nokogiri-diff", "~> 0.3.0"
s.add_development_dependency "github-linguist", "~> 7.30.0"
Expand Down
Loading